| Author |
Resin 3 Forms Authentication
|
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15229
|
|
I am wanting to start using Resin instead of Tomcat for my personal use and I am having a problem getting Forms authentication to work. Using the code I am posting below, I always get the error.jsp page returned even though I am using the correct username and password and I don't know why. I have tried both the XMLAuthentication and the JDBCAuthentication and both return the error page. The code below is for the XMLAuthentication. web.xml resin-web.xml login.jsp In my resin-web.xml file I have commented out the JDBCAuthentication part and I am using the <user> tag to specify the user with roles. Any help would be greatly appreciated.
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15229
|
|
I figured out that I had to add <password-digest>none</password-digest> because if I don't it uses MD5 by default.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Resin 3 Forms Authentication
|
|
|