Reflect additional releases made for backporting SEC-20 security fix.
This commit is contained in:
parent
32136c38d4
commit
c8275c591f
|
@ -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">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 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">
|
||||
<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>
|
||||
|
|
15
project.xml
15
project.xml
|
@ -430,6 +430,11 @@
|
|||
<name>0.7.0</name>
|
||||
<tag>release_0_7_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>0.7.1</id>
|
||||
<name>0.7.1</name>
|
||||
<tag>release_0_7_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>0.8.0</id>
|
||||
<name>0.8.0</name>
|
||||
|
@ -440,11 +445,21 @@
|
|||
<name>0.8.1</name>
|
||||
<tag>release_0_8_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>0.8.1.1</id>
|
||||
<name>0.8.1.1</name>
|
||||
<tag>release_0_8_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>0.8.2</id>
|
||||
<name>0.8.2</name>
|
||||
<tag>release_0_8_2</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>0.8.3</id>
|
||||
<name>0.8.3</name>
|
||||
<tag>release_0_8_3</tag>
|
||||
</version>
|
||||
</versions>
|
||||
</project>
|
||||
|
||||
|
|
Loading…
Reference in New Issue