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.

  • +