From f1f5e687ee9e10e6c43d9ce21d5d955c867e1842 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Sun, 20 Mar 2005 22:34:15 +0000 Subject: [PATCH] Note change to Authentication.getDetails(). --- doc/xdocs/upgrade/upgrade-070-080.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/xdocs/upgrade/upgrade-070-080.html b/doc/xdocs/upgrade/upgrade-070-080.html index d51d7a4650..cdf3c41b0a 100644 --- a/doc/xdocs/upgrade/upgrade-070-080.html +++ b/doc/xdocs/upgrade/upgrade-070-080.html @@ -36,6 +36,10 @@ applications:
  • Added AccessDeniedException to the SecurityEncorcementFilter.sendAccessDeniedError method signature.

  • +
  • 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.

  • +