Greg Wilkins
Greg Wilkins
With regards to the question of should resolved return s resource that does not exist, i think it should. There is the rare case of needing to support PUT. Also...
If we could arrange for `getPath()` to never return null, then we would not need the resource class and could just use `Path`. However, that fails on the `ResourceCollection` issue...
The new behaviour of servlet 6.0 allows a servletPath and/or pathInfo to contain a %2F as an encoded `/` character. For example, a request to `/WEB-INF%2Ftest.xml` is currently resolving to...
Commit edba0c3 "fixes" this issue by fixing a big in URIUtil that prevented the resource from being seen as an alias. However, a real fix should involve allowing an encoded...
@sbordet I've seen it argued that the entire conversation is the body of a CONNECT response, so that if you accept that, then the close applies after the conversation. I'm...
I don't think this is a high priority, but I think it is possible that we will eventually encounter a h2 impl that does decrement the max streams. I think...
> Thank you for the preliminary review. > > For now, hold off on any further reviews until I can move some of the oddball changes out of this PR...
Don't tell me the api is bad. Fix the api. Just we tried replacing it with Path and that failed.
@EricBlanquer I had a quick look at your code and I can't see anything wrong in that simplified version, although it doesn't look particularly async. My understanding is that the...