mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
Note change to Authentication.getDetails().
This commit is contained in:
parent
d59db9ecdc
commit
f1f5e687ee
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user