Jan Bartel

Results 214 comments of Jan Bartel

@jackeri I'm reluctant to change something that doesn't look broken according to our tests, so it would be really great if you can supply a small repro test case that...

@jackeri as I said before, I can't reproduce a problem. It could just be that your patterns match the same jar multiple times, or you really do have the same...

@olamy there is a circularity via the various `eex-home` modules: jetty-eex-maven-plugin -> jetty-home -> jetty-eex-home -> jetty-eex-maven-plugin. My other thought is that we have the `tests/test-integration` module where we do...

@jringbox it would be helpful to get some kind of stack trace for this, along with the response headers. Note that the `UnknownContentLengthHttpContent` only comes into play if the application...

@johmn123-wq I think this documentation page on jetty 12 handlers will help you enormously: https://jetty.org/docs/jetty/12/programming-guide/server/http.html#handler

@mperktold any progress on this one? I can't really tell enough from the elided stack trace you posted, but could it be that the app is trying to read the...

> > could it be that the app is trying to read the content of a post request where the input stream returns EOF prematurely and then tries to write...

IIRC in the flex/appengine environment there is no sticky loadbalancer, and the `NullSessionCache` is used by default by the google code. That being the case, writes of the session to...