Has anyone else seen the Formlogin stuff stop working as of 4.0.18?

I have the following coded in my resin.xml file and it worked up until
4.0.18.

 <web-app id="/GwClient" root-directory="webapps/GwClient">
              <resin:XmlAuthenticator passwordDigest="none"
path="/etc/resin/gwcli-users.xml"/>
              <resin:FormLogin>
                       <login-page>/login.jsp</login-page>
                       <error-page>/logonError.jsp</error-page>
              </resin:FormLogin>
              <resin:Allow url-pattern="/*.jsp">
                  <resin:Or>
                       <resin:IfUserInRole role="gwclient"/>
                  </resin:Or>
              </resin:Allow>
       </web-app>


Steve Francis
Technical Adviser -- Application Technologies
IHG
Office:  770-442-7157
Cell:     770-906-3122
IM:  francisihg
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to