Jan Bartel

Results 214 comments of Jan Bartel

@andrew-tram without more info to see the full resolution problems, I can't offer you any further advice, other than something isn't resolving against a correct version. Whether that is one...

@lprimak thanks for the nudge - don't know how this one escaped my attention. You're right, according to the javadoc you should be able to call `SessionContext.getSessionTimeout()` outside of the...

@Michal-Cho no updates on this issue for a long time, can it be closed?

@markt-asf the errorpage tests are invoked via reflection from the HttpTCKServlet class. When the test throws the exception, the HttpTCKServlet catches it and wraps it in a ServletException: https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/servlet/common/servlets/HttpTCKServlet.java#L93

The jetty code base changed from using the `Resource` class to resolve locations to using the jvm `Path` class instead. `Resource` was very flexible with the way it resolved locations,...

@cmark yeah, I think the change to `Path` is our issue here, I'll work on a PR to fix it.

@cmark you might like to build and test the PR #11418 in your environment and see if I've fixed it?

Thans @cmark I'll take a look at the `WebInfConfiguration` issue.

@joakime as you're looking into windows issues, can you also look at the Exception generated when performing a `WebInfConfiguration.unpack` on windows with a url like `file:/C:/xxx/yyy/zzz.jar` (Note, the `.jar` could...

@cmark I've pushed a speculative fix for `WebInfConfiguration.unpack` to that branch, any chance you could retest??