RE: JDBCRealm + Form Based Auth. How do I tell it were to go if loginis ok?

2002-08-28 Thread Michael Remijan
... As of right now you can't! tomcat relies on where the user was trying to go in order to figure out where to redirect to after the form is submitted. Example: 1) try to get to /secure_html/prices.html 2) tomcat intercepts, displays login page, and remember where user was trying to go. 3)

JDBCRealm + Form Based Auth. How do I tell it were to go if loginis ok?

2002-08-27 Thread Alexander Wallace
Hello there. Very new to realms and java, so sorry if this is too stupid. I have set up a JDBCRealm using PostgreSQL and it all seems to work, It does connect and load the roles, and when I try to access protected resources, it does go to the Form based login I specigy in web.xml and the error