Bläddra i källkod

Reflect additional releases made for backporting SEC-20 security fix.

Ben Alex 20 år sedan
förälder
incheckning
c8275c591f
2 ändrade filer med 24 tillägg och 0 borttagningar
  1. 9 0
      doc/xdocs/changes.xml
  2. 15 0
      project.xml

+ 9 - 0
doc/xdocs/changes.xml

@@ -46,6 +46,15 @@
       <action dev="benalex" type="update">Form, CAS, X509 and Remember-Me authentication mechanisms now publish an InteractiveAuthenticationSuccessEvent (see http://opensource.atlassian.com/projects/spring/browse/SEC-5)</action>
       <action dev="benalex" type="update">Form, CAS, X509 and Remember-Me authentication mechanisms now publish an InteractiveAuthenticationSuccessEvent (see http://opensource.atlassian.com/projects/spring/browse/SEC-5)</action>
       <action dev="benalex" type="update">FilterSecurityInterceptor now has an observeOncePerRequest boolean property, allowing multiple fragments of the HTTP request to be individually authorized (see http://opensource.atlassian.com/projects/spring/browse/SEC-14)</action>
       <action dev="benalex" type="update">FilterSecurityInterceptor now has an observeOncePerRequest boolean property, allowing multiple fragments of the HTTP request to be individually authorized (see http://opensource.atlassian.com/projects/spring/browse/SEC-14)</action>
     </release>
     </release>
+    <release version="0.8.3" date="2005-05-12">
+      <action dev="benalex" type="fix">HttpSessionContextIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20)</action>
+    </release>
+    <release version="0.8.1.1" date="2005-07-12">
+      <action dev="benalex" type="fix">HttpSessionContextIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20)</action>
+    </release>
+    <release version="0.7.1" date="2005-07-12">
+      <action dev="benalex" type="fix">AbstractIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20)</action>
+    </release>
     <release version="0.8.2" date="2005-04-20">
     <release version="0.8.2" date="2005-04-20">
       <action dev="benalex" type="fix">Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml</action>
       <action dev="benalex" type="fix">Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml</action>
       <action dev="benalex" type="fix">TokenBasedRememberMeServices changed to use long instead of int for tokenValiditySeconds (SPR-807)</action>
       <action dev="benalex" type="fix">TokenBasedRememberMeServices changed to use long instead of int for tokenValiditySeconds (SPR-807)</action>

+ 15 - 0
project.xml

@@ -430,6 +430,11 @@
       <name>0.7.0</name>
       <name>0.7.0</name>
       <tag>release_0_7_0</tag>
       <tag>release_0_7_0</tag>
     </version>
     </version>
+    <version>
+      <id>0.7.1</id>
+      <name>0.7.1</name>
+      <tag>release_0_7_1</tag>
+    </version>
     <version>
     <version>
       <id>0.8.0</id>
       <id>0.8.0</id>
       <name>0.8.0</name>
       <name>0.8.0</name>
@@ -440,11 +445,21 @@
       <name>0.8.1</name>
       <name>0.8.1</name>
       <tag>release_0_8_1</tag>
       <tag>release_0_8_1</tag>
     </version>
     </version>
+    <version>
+      <id>0.8.1.1</id>
+      <name>0.8.1.1</name>
+      <tag>release_0_8_1_1</tag>
+    </version>
     <version>
     <version>
       <id>0.8.2</id>
       <id>0.8.2</id>
       <name>0.8.2</name>
       <name>0.8.2</name>
       <tag>release_0_8_2</tag>
       <tag>release_0_8_2</tag>
     </version>
     </version>
+    <version>
+      <id>0.8.3</id>
+      <name>0.8.3</name>
+      <tag>release_0_8_3</tag>
+    </version>
   </versions>
   </versions>
 </project>
 </project>