Browse Source

[maven-release-plugin] copy for tag spring-security-parent-2.0.3

2.0.3
Luke Taylor 18 years ago
parent
commit
d6d9bc9d6b
  1. 4
      acl/pom.xml
  2. 2
      adapters/catalina/pom.xml
  3. 2
      adapters/jboss/pom.xml
  4. 2
      adapters/jetty/pom.xml
  5. 2
      adapters/pom.xml
  6. 2
      adapters/resin/pom.xml
  7. 2
      cas/pom.xml
  8. 2
      core-tiger/pom.xml
  9. 2
      core/pom.xml
  10. 2
      ntlm/pom.xml
  11. 4
      openid/pom.xml
  12. 10
      pom.xml
  13. 6
      portlet/pom.xml
  14. 8
      readme.txt
  15. 2
      samples/cas/client/pom.xml
  16. 2
      samples/cas/pom.xml
  17. 24
      samples/cas/server/pom.xml
  18. 2
      samples/contacts/pom.xml
  19. 2
      samples/dms/pom.xml
  20. 2
      samples/ldap/pom.xml
  21. 2
      samples/openid/pom.xml
  22. 6
      samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml
  23. 2
      samples/pom.xml
  24. 2
      samples/portlet/pom.xml
  25. 3
      samples/preauth/pom.xml
  26. 2
      samples/tutorial/pom.xml
  27. 4
      sandbox/heavyduty/pom.xml
  28. 8
      sandbox/heavyduty/src/main/java/heavyduty/web/TestMultiActionController.java
  29. 4
      sandbox/heavyduty/src/main/webapp/WEB-INF/freemarker/multi-action-test.ftl
  30. 4
      taglibs/pom.xml

4
acl/pom.xml

@ -3,13 +3,13 @@ @@ -3,13 +3,13 @@
<parent>
<artifactId>spring-security-parent</artifactId>
<groupId>org.springframework.security</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId>
<name>Spring Security - ACL module</name>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<packaging>bundle</packaging>
<dependencies>

2
adapters/catalina/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-adapters</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>spring-security-catalina</artifactId>
<name>Spring Security - Catalina adapter</name>

2
adapters/jboss/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-adapters</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>spring-security-jboss</artifactId>
<name>Spring Security - JBoss adapter</name>

2
adapters/jetty/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-adapters</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>spring-security-jetty</artifactId>
<name>Spring Security - Jetty adapter</name>

2
adapters/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>spring-security-adapters</artifactId>
<name>Spring Security - Adapters</name>

2
adapters/resin/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-adapters</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>spring-security-resin</artifactId>
<name>Spring Security - Resin adapter</name>

2
cas/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>spring-security-cas-client</artifactId>
<name>Spring Security - CAS support</name>

2
core-tiger/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<packaging>bundle</packaging>
<artifactId>spring-security-core-tiger</artifactId>

2
core/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<packaging>bundle</packaging>
<artifactId>spring-security-core</artifactId>

2
ntlm/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-ntlm</artifactId>

4
openid/pom.xml

@ -3,12 +3,12 @@ @@ -3,12 +3,12 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>spring-security-openid</artifactId>
<name>Spring Security - OpenID support</name>
<description>Spring Security - Support for OpenID</description>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<packaging>bundle</packaging>
<dependencies>

10
pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<name>Spring Security</name>
<packaging>pom</packaging>
@ -38,9 +38,9 @@ @@ -38,9 +38,9 @@
<!-- Note when doing releases: tagBase is set in release plugin configuration below -->
<scm>
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</connection>
<developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</developerConnection>
<url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/</url>
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags/spring-security-parent-2.0.3</connection>
<developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags/spring-security-parent-2.0.3</developerConnection>
<url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/tags/spring-security-parent-2.0.3</url>
</scm>
<issueManagement>
@ -732,7 +732,7 @@ @@ -732,7 +732,7 @@
</dependencies>
</dependencyManagement>
<properties>
<pom.version.osgi>2.0.2.SNAPSHOT</pom.version.osgi>
<pom.version.osgi>2.0.3.RELEASE</pom.version.osgi>
<spring.version>2.0.8</spring.version>
<spring.version.osgi>[2.0.8, 3.0.0)</spring.version.osgi>
<jstl.version>1.1.2</jstl.version>

6
portlet/pom.xml

@ -3,18 +3,18 @@ @@ -3,18 +3,18 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>spring-security-portlet</artifactId>
<name>Spring Security - Portlet support</name>
<description>Spring Security - Support for JSR 168 Portlets</description>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>

8
readme.txt

@ -18,15 +18,15 @@ BUILDING @@ -18,15 +18,15 @@ BUILDING
-------------------------------------------------------------------------------
Spring Security is built using Maven. Please read the "Building from Source" page
at http://static.springframework.org/spring-security/site/.
This page is also included in the /docs directory of official release ZIPs.
at http://static.springframework.org/spring-security/site/.
-------------------------------------------------------------------------------
DOCUMENTATION
-------------------------------------------------------------------------------
Be sure to read the Reference Guide, which is available from the web site.
Every class also has thorough JavaDocs, which are also available on the web site.
Be sure to read the Reference Guide (docs/reference/html/springsecurity.html).
Extensive JavaDoc for the Spring Security code is also available (in docs/apidocs).
Both can also be found on the website.
-------------------------------------------------------------------------------
QUICK START

2
samples/cas/client/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas-client</artifactId>

2
samples/cas/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas</artifactId>

24
samples/cas/server/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas-server</artifactId>
@ -29,19 +29,19 @@ @@ -29,19 +29,19 @@
<wantClientAuth>true</wantClientAuth>
<needClientAuth>false</needClientAuth>
</connector>
</connectors>
<systemProperties>
<systemProperty>
<name>javax.net.ssl.trustStore</name>
<value>../../certificates/server.jks</value>
</systemProperty>
<systemProperty>
<name>javax.net.ssl.trustStorePassword</name>
<value>password</value>
</systemProperty>
</connectors>
<systemProperties>
<systemProperty>
<name>javax.net.ssl.trustStore</name>
<value>../../certificates/server.jks</value>
</systemProperty>
<systemProperty>
<name>javax.net.ssl.trustStorePassword</name>
<value>password</value>
</systemProperty>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>

2
samples/contacts/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>spring-security-samples-contacts</artifactId>
<name>Spring Security - Contacts sample</name>

2
samples/dms/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<artifactId>spring-security-samples-dms</artifactId>
<name>Spring Security - DMS sample</name>

2
samples/ldap/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-ldap</artifactId>

2
samples/openid/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-openid</artifactId>

6
samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml

@ -15,8 +15,8 @@ @@ -15,8 +15,8 @@
<http>
<intercept-url pattern="/**" access="ROLE_USER"/>
<intercept-url pattern="/openidlogin.jsp*" filters="none"/>
<logout/>
<openid-login login-page="/openidlogin.jsp" />
<logout/>
<openid-login login-page="/openidlogin.jsp" authentication-failure-url="/openidlogin.jsp?login_error=true" />
</http>
<authentication-manager alias="authenticationManager"/>
@ -44,4 +44,4 @@ @@ -44,4 +44,4 @@
<user name="http://spring.security.test.myopenid.com/" password="password" authorities="ROLE_SUPERVISOR,ROLE_USER" />
</user-service>
</b:beans>
</b:beans>

2
samples/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>

2
samples/portlet/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-portlet</artifactId>

3
samples/preauth/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-preauth</artifactId>
@ -42,7 +42,6 @@ @@ -42,7 +42,6 @@
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.1</version>
<optional>true</optional>
</dependency>
</dependencies>

2
samples/tutorial/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-tutorial</artifactId>

4
sandbox/heavyduty/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<artifactId>spring-security-heavyduty</artifactId>
<name>Spring Security - Heavy Duty Sample</name>
<packaging>war</packaging>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.3-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
@ -166,7 +166,7 @@ @@ -166,7 +166,7 @@
</build>
<properties>
<spring.version>2.5.4</spring.version>
<spring.security.version>2.0.2-SNAPSHOT</spring.security.version>
<spring.security.version>2.0.3-SNAPSHOT</spring.security.version>
</properties>
</project>

8
sandbox/heavyduty/src/main/java/heavyduty/web/TestMultiActionController.java

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
package heavyduty.web;
import java.io.IOException;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
@ -23,10 +24,15 @@ public class TestMultiActionController extends MultiActionController { @@ -23,10 +24,15 @@ public class TestMultiActionController extends MultiActionController {
}
public void step1(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
request.getRequestDispatcher("/testMulti.htm?action=step1xtra").forward(request, response);
String[] x = request.getParameterValues("x");
logger.info("x= " + (x == null ? "null" : Arrays.asList(x)));
String[] y = request.getParameterValues("y");
logger.info("y = " + (y == null ? "null" : Arrays.asList(y)));
request.getRequestDispatcher("/testMulti.htm?action=step1xtra&x=5&x=5").forward(request, response);
}
public ModelAndView step1xtra(HttpServletRequest request, HttpServletResponse response) throws ServletRequestBindingException {
logger.info("x = " + Arrays.asList(request.getParameterValues("x")));
return createView("step2");
}

4
sandbox/heavyduty/src/main/webapp/WEB-INF/freemarker/multi-action-test.ftl

@ -6,7 +6,9 @@ @@ -6,7 +6,9 @@
<body>
<form action="testMulti.htm">
<input name="action" value="${nextAction}" type="text"/>
<input name="action" value="${nextAction}" type="text"/> <br/>
<input name="x" value="5" type="text"/> <br/>
<input name="y" value="5" type="text"/> <br/>
<input type='submit' value='submit' />
</form>
</body>

4
taglibs/pom.xml

@ -3,13 +3,13 @@ @@ -3,13 +3,13 @@
<parent>
<artifactId>spring-security-parent</artifactId>
<groupId>org.springframework.security</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
<name>Spring Security - JSP taglibs</name>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<packaging>jar</packaging>
<dependencies>

Loading…
Cancel
Save