Re: [jetty-users] shibboleth idp webapp under jetty 12.0.7

2024-03-26 Thread Jan Bartel via jetty-users
Sorry, I have a fix already, so I raised the relevant issue to get the issue tracking number: https://github.com/jetty/jetty.project/issues/11574 cheers Jan On Tue, 26 Mar 2024 at 09:19, Greg Wilkins via jetty-users < jetty-users@eclipse.org> wrote: > Paul, > > Jetty will extract from to a temp

Re: [jetty-users] ClassLoader issues with custom LoginModule

2024-01-23 Thread Jan Bartel via jetty-users
Scott, I followed the instructions on your repo. However, instead of copying a .ini file into start.d, I just let jetty do it with: java -jar ../jetty-home/start.jar --add-module=neo4j-authentication When I run the jetty demo jaas webapp using your module and hit the authentication form, I get:

Re: [jetty-users] Question about ALPN when embedding Jetty inside an OSGi bundle

2024-01-11 Thread Jan Bartel via jetty-users
Silvio, Can you show us how your osgi manifest looks for the embedded jetty jars? Jan On Fri, 12 Jan 2024 at 04:52, Silvio Bierman via jetty-users < jetty-users@eclipse.org> wrote: > Thank you Joakim, > > I looked into SpiFly and it seems quite complex. It sounds to me like it > is targeted at

Re: [jetty-users] Run multiple instances of the same WAR servlet and pass it a config value

2023-10-04 Thread Jan Bartel via jetty-users
You could call the method setInitParameter(String,String) via the context xml that defines the webapp, then you can retrieve it in the init() of your servlet via the ServletConfig.getInitParameter(String). Jan On Thu, 5 Oct 2023 at 06:42, Alexander Farber via jetty-users <

Re: [jetty-users] Exception in Jetty 12.0.1

2023-09-05 Thread Jan Bartel via jetty-users
Silvio, This looks like a url with the sessionid encoded in the url, but it is incomplete. It looks like the url just contains JSESSIONID, whereas it should be JSESSIONID=. I don't think we changed the way we parse the sessionid from the url since at least jetty 10, but I could be wrong, I