From: remm Date: Wed, 2 May 2007 14:51:32 +0000 (+0000) Subject: - Fix paths. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=026a071febf833063e047f8817ca4d45207b9b9f;p=tomcat7.0 - Fix paths. - Submitted by Frank McCown. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@534492 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/realm-howto.xml b/webapps/docs/realm-howto.xml index 439c0ef2e..e3fb3ea83 100644 --- a/webapps/docs/realm-howto.xml +++ b/webapps/docs/realm-howto.xml @@ -241,7 +241,7 @@ corrupted in the return, the digest will be invalid.

The example application shipped with Tomcat 6 includes an area that is protected by a security constraint, utilizing form-based login. To access it, point your browser at -http://localhost:8080/jsp-examples/security/protected/ +http://localhost:8080/examples/jsp/security/protected/ and log on with one of the usernames and passwords described for the default MemoryRealm.

diff --git a/webapps/examples/WEB-INF/web.xml b/webapps/examples/WEB-INF/web.xml index 2ee73c496..b93b5e08b 100644 --- a/webapps/examples/WEB-INF/web.xml +++ b/webapps/examples/WEB-INF/web.xml @@ -237,7 +237,7 @@ Protected Area - /security/protected/* + /jsp/security/protected/* DELETE GET