sorry, I forgot to post web.xml
<web-app id="WebApp_ID" version="3.0"
xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Type: Posts; User: srk1974; Keyword(s):
sorry, I forgot to post web.xml
<web-app id="WebApp_ID" version="3.0"
xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Hi ,
I am new to spring security. I am trying to use multiple http elements so that I can have different authentication managers for different urls. I am using form authentication with a jsp page....