Index: lams_central/conf/xdoclet/web-security.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/web-security.xml,v diff -u -r1.1 -r1.2 --- lams_central/conf/xdoclet/web-security.xml 2 Sep 2005 07:48:10 -0000 1.1 +++ lams_central/conf/xdoclet/web-security.xml 5 Sep 2005 05:15:11 -0000 1.2 @@ -2,7 +2,7 @@ SecurityConstraint STK - /* + *.jsp DELETE GET POST Index: lams_central/web/indexContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/Attic/indexContent.jsp,v diff -u -r1.1 -r1.2 --- lams_central/web/indexContent.jsp 2 Sep 2005 07:48:10 -0000 1.1 +++ lams_central/web/indexContent.jsp 5 Sep 2005 05:15:10 -0000 1.2 @@ -7,8 +7,8 @@ <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> - - + +
Index: lams_central/web/passwordChangeOkContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/passwordChangeOkContent.jsp,v diff -u -r1.1 -r1.2 --- lams_central/web/passwordChangeOkContent.jsp 2 Sep 2005 07:48:10 -0000 1.1 +++ lams_central/web/passwordChangeOkContent.jsp 5 Sep 2005 05:15:10 -0000 1.2 @@ -1,7 +1,7 @@ - +
Index: lams_central/web/template.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/template.jsp,v diff -u -r1.1 -r1.2 --- lams_central/web/template.jsp 2 Sep 2005 07:48:10 -0000 1.1 +++ lams_central/web/template.jsp 5 Sep 2005 05:15:10 -0000 1.2 @@ -10,8 +10,8 @@ - - + + Index: lams_central/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/Attic/web.xml,v diff -u -r1.4 -r1.5 --- lams_central/web/WEB-INF/web.xml 2 Sep 2005 07:48:10 -0000 1.4 +++ lams_central/web/WEB-INF/web.xml 5 Sep 2005 05:15:11 -0000 1.5 @@ -250,7 +250,7 @@ SecurityConstraint STK - /* + *.jsp DELETE GET POST