From 4cb9b202f8f0a8ff6fc3b388f8ad37bc8f45a51a Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 22 Mar 2016 16:37:39 -0500 Subject: [PATCH] Remove subversion from reference Fixes gh-3766 --- docs/manual/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index a0813e98ed..a94fb3d274 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -5093,7 +5093,7 @@ We've assumed here that the <> is being used for c ==== 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 <>. -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]]