My last attempt used Spring Security JEE pre-authentication filters. This works as I would like "provided" that I only use basic auth and tomcat's default realm (tomcat-users.xml).
As soon as I introduce form-based auth, it does not work and I am prompted to authenticate a second time. The log files shows "RunAsManager did not change Authentication object" If anyone has some suggestions or can recommend an alternate approach, it would really help me. -- Sent from: http://tomcat.10.x6.nabble.com/Tomcat-User-f1968778.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
