浏览代码

General update.

Ben Alex 20 年之前
父节点
当前提交
2ee7cc1c18
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/xdocs/changes.xml

+ 1 - 1
doc/xdocs/changes.xml

@@ -30,9 +30,9 @@
       <action dev="benalex" type="fix">TokenBasedRememberMeServices changed to use long instead of int for tokenValiditySeconds (SPR-807)</action>
       <action dev="benalex" type="fix">Handle null Authentication.getAuthorities() in AuthorizeTag</action>
       <action dev="benalex" type="fix">PasswordDaoAuthenticationProvider no longer stores String against Authentication.setDetails()</action>
-      <action dev="benalex" type="update">Add credentialsExpiredFailureUrl getter/setter to AbstractProcessingFilter</action>
       <action dev="benalex" type="update">Update commons-codec dependency to 1.3</action>
       <action dev="raykrueger" type="update">AbstractProcessingFilter no longer has setters for failures, it uses the exceptionMappings property</action>
+      <action dev="benalex" type="update">Update to match Spring 1.2 RC 1 official JAR dependencies</action>
     </release>
     <release version="0.8.1" date="2005-03-22">
       <action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>