diff --git a/samples/tutorial/src/webapp/WEB-INF/applicationContext-acegi-security-new-namespaces.xml b/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security-new-namespaces.xml similarity index 91% rename from samples/tutorial/src/webapp/WEB-INF/applicationContext-acegi-security-new-namespaces.xml rename to samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security-new-namespaces.xml index 2e3c342d45..6f1be900c4 100644 --- a/samples/tutorial/src/webapp/WEB-INF/applicationContext-acegi-security-new-namespaces.xml +++ b/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security-new-namespaces.xml @@ -23,8 +23,6 @@ - $Id: applicationContext-acegi-security.xml 1513 2006-05-29 13:32:12Z benalex $ --> - - @@ -62,7 +60,7 @@ - + @@ -83,7 +81,14 @@ - + + + + + + + + - - - @@ -160,13 +147,6 @@ - - - - - - - diff --git a/samples/tutorial/src/webapp/WEB-INF/applicationContext-acegi-security.xml b/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security.xml similarity index 91% rename from samples/tutorial/src/webapp/WEB-INF/applicationContext-acegi-security.xml rename to samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security.xml index 200ba61d5e..f7bcf6a23d 100644 --- a/samples/tutorial/src/webapp/WEB-INF/applicationContext-acegi-security.xml +++ b/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security.xml @@ -6,7 +6,7 @@ xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/beans/spring-util-2.0.xsd - http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.xsd"> + http://www.springframework.org/schema/security file:/Users/vpuri/interface21/acegisecurity/trunk/acegisecurity/core/src/main/resources/org/acegisecurity/config/spring-security-2.0.xsd"> - @@ -43,18 +42,17 @@ - + + id="rememberMeServices" key="someValue" principalRepositoryBeanRef="userDetailsService"/> - @@ -62,13 +60,19 @@ - + + + + + + + - + @@ -159,14 +163,6 @@ - - - - - - - - diff --git a/samples/tutorial/src/webapp/WEB-INF/classes/log4j.properties b/samples/tutorial/src/main/webapp/WEB-INF/classes/log4j.properties similarity index 100% rename from samples/tutorial/src/webapp/WEB-INF/classes/log4j.properties rename to samples/tutorial/src/main/webapp/WEB-INF/classes/log4j.properties diff --git a/samples/tutorial/src/webapp/WEB-INF/users.properties b/samples/tutorial/src/main/webapp/WEB-INF/users.properties similarity index 100% rename from samples/tutorial/src/webapp/WEB-INF/users.properties rename to samples/tutorial/src/main/webapp/WEB-INF/users.properties diff --git a/samples/tutorial/src/webapp/WEB-INF/web.xml b/samples/tutorial/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from samples/tutorial/src/webapp/WEB-INF/web.xml rename to samples/tutorial/src/main/webapp/WEB-INF/web.xml diff --git a/samples/tutorial/src/webapp/accessDenied.jsp b/samples/tutorial/src/main/webapp/accessDenied.jsp similarity index 100% rename from samples/tutorial/src/webapp/accessDenied.jsp rename to samples/tutorial/src/main/webapp/accessDenied.jsp diff --git a/samples/tutorial/src/webapp/acegilogin.jsp b/samples/tutorial/src/main/webapp/acegilogin.jsp similarity index 100% rename from samples/tutorial/src/webapp/acegilogin.jsp rename to samples/tutorial/src/main/webapp/acegilogin.jsp diff --git a/samples/tutorial/src/webapp/copyFiles.bat b/samples/tutorial/src/main/webapp/copyFiles.bat similarity index 100% rename from samples/tutorial/src/webapp/copyFiles.bat rename to samples/tutorial/src/main/webapp/copyFiles.bat diff --git a/samples/tutorial/src/webapp/index.jsp b/samples/tutorial/src/main/webapp/index.jsp similarity index 100% rename from samples/tutorial/src/webapp/index.jsp rename to samples/tutorial/src/main/webapp/index.jsp diff --git a/samples/tutorial/src/webapp/secure/extreme/index.jsp b/samples/tutorial/src/main/webapp/secure/extreme/index.jsp similarity index 100% rename from samples/tutorial/src/webapp/secure/extreme/index.jsp rename to samples/tutorial/src/main/webapp/secure/extreme/index.jsp diff --git a/samples/tutorial/src/webapp/secure/index.jsp b/samples/tutorial/src/main/webapp/secure/index.jsp similarity index 100% rename from samples/tutorial/src/webapp/secure/index.jsp rename to samples/tutorial/src/main/webapp/secure/index.jsp