浏览代码

Note change to Authentication.getDetails().

Ben Alex 20 年之前
父节点
当前提交
f1f5e687ee
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      doc/xdocs/upgrade/upgrade-070-080.html

+ 4 - 0
doc/xdocs/upgrade/upgrade-070-080.html

@@ -36,6 +36,10 @@ applications:
     
     <li>Added AccessDeniedException to the SecurityEncorcementFilter.sendAccessDeniedError method signature.<br><br></li>
 
+    <li>The Authentication.getDetails() no longer returns simply the IP address used for authentication.
+    It now returns a WebAuthenticationDetails instance, which contains the IP address, session information,
+    and can be extended to store further details.<br><br></li>
+
     </ul>
 
 </body>