25 Jun 2021
04:46 AM
- last edited on
18 Nov 2021
03:47 AM
by
MaciejNeumann
Hi,
I'm trying to capture a session attribute like I used to do it in Appmon:
But tried to define a Request Attribute as "Servlet Session Attribute" with no luck:
I tried to define the same type of Request Attribute but only setting "SPRING_SECURITY_CONTEXT" and it captures all parameter configuration, and that's not we need.
Anyone knows how to capture one specific method from a Session Attribute?
Thanks!
Hello, Just underneath the parameter name is an expandable section "Further restrict or process captured parameters (optional)"
Hi Richard,
Thanks! But how can I specify the list of methods to capture the last one?
SPRING_SECURITY_CONTEXT.getAuthentication().getPrincipal().getUsername()
Hello,
Did you finally get the session attribute from the method?
Regards.