Christian Bongiorno
Christian Bongiorno
Hmm, That's interesting.
This might make more sense. Lots of requests have been coming in because the current arrangement isn't compatible with spring-security.
The Counsel of Elders believes that to do this: 1) The order of the filters needs to be changed (and tried!) such that katharsis would come after the Spring dispatcher...
Without the invoker context it's impossible to do some things; like accessing request headers. My vote is to pass it along On Mon, Oct 10, 2016 at 1:51 AM Casey...
Yeah, that limitation made it nearly impossible (and indeed, based on another bug, I never did get it right) to get the host header from the request and thus create...
@mohlek You closed the PR on this. But you messaged me in gitter about it. What PR do you need merged?
I have long called for this. On Thu, Feb 16, 2017, 8:51 AM Michael Hibay wrote: > Katharsis' stated goal is to add HATEOAS support, as such we should >...
The first thing that needs doing is options support. There is at least one ticket for that already. The next thing is this root document. The sample code already shows...
You need OPTIONS support so you know what verbs are supported on a resource. CORS uses it for the same reason. You need to know if you can support POST...
We don't need another sub-module though consisting of a handful of files like the validation module. Root document support should be available by default as should input validation.