mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-22 20:12:14 +00:00
Release 0.8.1.
This commit is contained in:
parent
9f66c0eae9
commit
48dd6c5c73
@ -14,7 +14,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>acegisecurity</groupId>
|
<groupId>acegisecurity</groupId>
|
||||||
<artifactId>acegi-security</artifactId>
|
<artifactId>acegi-security</artifactId>
|
||||||
<version>0.8.1-SNAPSHOT</version>
|
<version>0.8.1</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<url>http://acegisecurity.sourceforge.net</url>
|
<url>http://acegisecurity.sourceforge.net</url>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<title>Acegi Security changes</title>
|
<title>Acegi Security changes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="0.8.1" date="In CVS">
|
<release version="0.8.1" date="2005-03-22">
|
||||||
<action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>
|
<action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>
|
||||||
<action dev="benalex" type="update">UserDetails now advises locked accounts, with corresponding DaoAuthenticationProvider events and enforcement</action>
|
<action dev="benalex" type="update">UserDetails now advises locked accounts, with corresponding DaoAuthenticationProvider events and enforcement</action>
|
||||||
<action dev="benalex" type="update">ContextHolderAwareRequestWrapper methods return null if user is anonymous</action>
|
<action dev="benalex" type="update">ContextHolderAwareRequestWrapper methods return null if user is anonymous</action>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<project>
|
<project>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<groupId>acegisecurity</groupId>
|
<groupId>acegisecurity</groupId>
|
||||||
<currentVersion>0.8.1-SNAPSHOT</currentVersion>
|
<currentVersion>0.8.1</currentVersion>
|
||||||
<package>net.sf.acegisecurity</package>
|
<package>net.sf.acegisecurity</package>
|
||||||
<description>Acegi Security System for Spring</description>
|
<description>Acegi Security System for Spring</description>
|
||||||
<shortDescription>Acegi Security System for Spring</shortDescription>
|
<shortDescription>Acegi Security System for Spring</shortDescription>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>acegisecurity</groupId>
|
<groupId>acegisecurity</groupId>
|
||||||
<artifactId>acegi-security</artifactId>
|
<artifactId>acegi-security</artifactId>
|
||||||
<version>0.8.1-SNAPSHOT</version>
|
<version>0.8.1</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<url>http://acegisecurity.sourceforge.net</url>
|
<url>http://acegisecurity.sourceforge.net</url>
|
||||||
<properties>
|
<properties>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user