You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Antonio Calzada <an...@it.lth.se> on 2000/02/25 12:31:29 UTC

Bug in tomcat security

Bugzilla is not working, so here goes.

Either login.jsp should be placed in /jsp/security/login.jsp or web.xml
changed.

Index: web.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat/src/examples/WEB-INF/web.xml,v
retrieving revision 1.3
diff -r1.3 web.xml
71c71
<
<form-login-config><form-login-page>/jsp/security/login.jsp</form-login-page
>
---
>
<form-login-config><form-login-page>/jsp/security/login/login.jsp</form-logi
n-page>



/Antonio