|
#1
|
|||
|
|||
|
Hi,
after the user is logged in successfully with Spring Security I will do something, like put objects into the session. Whats the right way to do that in Spring Security? I don't want to do that stuff on the target url. Thanks |
|
#2
|
|||
|
|||
|
Write your own AuthenticationProcessingFilter and replace the default filter on the filter chain with your instance.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|