Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] SessionAuthentication class not found

Hello.

I am using jetty-distribution-8.1.2.v20120308 and hazelcast-2.3.1WebFilter for session failover.

During JAAS Form based authentication, we get the following error. However, hazelcast are not able to load the Class for org.eclipse.jetty.security.authentication.SessionAuthentication.

Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.security.authentication.SessionAuthentication
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:415)
	at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:377)
	at com.hazelcast.nio.AbstractSerializer.loadClass(AbstractSerializer.java:81)

Does jetty somehow protect the security classes from being loaded from a web app?

Regards,
Tore Halset.

Back to the top