Jan Bartel

Results 214 comments of Jan Bartel

@lorban @joakime @filiphr interesting that you find a difference in behaviour between jetty-11 and jetty-12, which is something we need to resolve. Your code worked in previous versions because the...

@lorban @joakime please see my comment on the original issue. The only change we need to make is to ensure that `ScopedContext` falls back to `java.io.tmpdir` after trying the `Server.getTempDir()`....

@kohlschuetter you've seen the `jetty-codestyle-eclipse-ide.xml` and the `jetty-codestyle-intellij.xml` files in the `build` or `build-resources` (depending on which version of jetty you're dealing with) directory?

Snap - looks like your PR and my post crossed in the ether. Not sure I'm keen on accepting commits of code that don't meet the coding standards and then...

Failing tests in `org.eclipse.jetty.ee10.test.rfcs.RFC2616BaseTest` are: * `test82ExpectNormal` test times out reading the socket to the server * `test82ExpectInvalid` server sends response with status `0` instead of `417` * `test82UnexpectWithBody` test...

@sbordet there are already tests for that.

> AnnotatioParser doesn't look to be related to any eeX version. could it be in a single place? Potentially we could move it into a core `jetty-annotations` module, but I...