From 026a071febf833063e047f8817ca4d45207b9b9f Mon Sep 17 00:00:00 2001
From: remm
Date: Wed, 2 May 2007 14:51:32 +0000
Subject: [PATCH] - 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
---
webapps/docs/realm-howto.xml | 2 +-
webapps/examples/WEB-INF/web.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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
--
2.11.0