/[Apache-SVN]/cocoon/trunk/src/java/org/apache/cocoon/environment/http/HttpContext.java
ViewVC logotype

Diff of /cocoon/trunk/src/java/org/apache/cocoon/environment/http/HttpContext.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- cocoon/trunk/src/java/org/apache/cocoon/environment/http/HttpContext.java	2005/07/03 22:00:10	208988
+++ cocoon/trunk/src/java/org/apache/cocoon/environment/http/HttpContext.java	2005/07/03 22:16:36	208989
@@ -76,11 +76,11 @@ public final class HttpContext extends A
             if (value == null) {
                 // Try to figure out the path of the root from that of WEB-INF
                 try {
-                value = this.servletContext.getResource("/WEB-INF").toString();
+                value = this.servletContext.getResource("/WEB-INF/web.xml").toString();
                 } catch (MalformedURLException mue) {
                     throw new CascadingRuntimeException("Cannot determine the base URL for " + path, mue);
                 }
-                value = value.substring(0,value.length()-"WEB-INF".length());
+                value = value.substring(0,value.length()-"WEB-INF/web.xml".length());
             }
             return value;
         }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26