Jan Bartel
Jan Bartel
I think you are going to have to enable debug logging for `org.eclipse.jetty.session` and `org.eclipse.jetty.ee8.nested.SessionHandler` on the server side, and also look at the http dialog between your client and...
Also make sure you are on at least 12.0.11 as issue https://github.com/jetty/jetty.project/issues/11745 may have a bearing on your problem.
@razisam you're right that the `writeErrorPageHead` method should call `getShowMessageInTitle()`, and that it should be called `isShowMessageInTitle()`. However, I've checked back to even jetty 9.4 and the method is called...
This was addressed in #10889.
@martiner the `jetty-runner` has been deprecated in jetty-12, so you should consider moving now to a different jetty solution such as an embedded, or distribution-based, or even jpms based. The...
@chiqiu If you want to set it as the default for a particular context, put it in the context's `.xml` file just the same. If you want to set it...
@eharish394 how are you starting the server? Please also paste you stack trace or log files to show us what the actual problem is. BTW, it may be better to...
From what I can see, things look normal from the jetty perspective. I can see that jetty automatically detected the jersey `ServletContainerInitializer` class `org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer`: ``` 2024-08-22 10:30:42.178:DEBUG:oejea.AnnotationConfiguration:main: No web.xml ordering,...
@eharish394 I'm not an expert on `jersey`, and from the `jetty` perspective things look fine. I think the time has come to ask the `jersey` community for help. BTW, I...
@eharish394 honestly I think your question is still better off being asked in the `jersey` forum. As far as I can tell, you're trying to run an unmodified servlet 3...