mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Remove subversion from reference
Fixes gh-3766
This commit is contained in:
parent
683d751902
commit
4cb9b202f8
@ -5093,7 +5093,7 @@ We've assumed here that the <<ns-config,security namespace>> is being used for c
|
|||||||
==== Java EE Container Authentication
|
==== Java EE Container Authentication
|
||||||
The class `J2eePreAuthenticatedProcessingFilter` will extract the username from the `userPrincipal` property of the `HttpServletRequest`. Use of this filter would usually be combined with the use of Java EE roles as described above in <<j2ee-preauth-details>>.
|
The class `J2eePreAuthenticatedProcessingFilter` will extract the username from the `userPrincipal` property of the `HttpServletRequest`. Use of this filter would usually be combined with the use of Java EE roles as described above in <<j2ee-preauth-details>>.
|
||||||
|
|
||||||
There is a sample application in the codebase which uses this approach, so get hold of the code from subversion and have a look at the application context file if you are interested. The code is in the `samples/preauth` directory.
|
There is a sample application in the codebase which uses this approach, so get hold of the code from github and have a look at the application context file if you are interested. The code is in the `samples/preauth-xml` directory.
|
||||||
|
|
||||||
|
|
||||||
[[ldap]]
|
[[ldap]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user