Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 9.0.0.v20130308 FormAuthenticator Bug

I switched from Jetty 8 to Jetty 9.0.0.v20130308  and I'm now getting "java.lang.IllegalStateException: No SessionManager" using a FormAuthenticator. I'm basically using a similar setup as http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/examples/embedded/src/main/java/org/eclipse/jetty/embedded/SecuredHelloHandler.java but with a FormAuthenticator instead of BasicAuthenticator.

 

 


Back to the top