I will investigate.
What version of Spring supports "authentication-details-source-ref"?
Type: Posts; User: supergroove; Keyword(s):
I will investigate.
What version of Spring supports "authentication-details-source-ref"?
I originally posting this in the 'Container' forum, but perhaps this forum is better suited?
Greetings,
Spring v3.0.3
I have a java class extending WebAuthenticationDetails as so:
public...
Here is my xml thus far. Note I am only trying to use a custom WebAuthenticationDetails in order to obtain the real IP.
<security:http access-decision-manager-ref="msdpAccessDecisionManager"...
Greetings,
Spring v3.0.3
I have a java class extending WebAuthenticationDetails as so:
public class VasmWebAuthenticationDetails extends WebAuthenticationDetails {...}
It's the xml that's...