- Add new method (dummy).
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 4 Apr 2006 00:03:50 +0000 (00:03 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 4 Apr 2006 00:03:50 +0000 (00:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@391185 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/servlet/JspCServletContext.java

index 254a3f1..2bffbbf 100644 (file)
@@ -121,6 +121,16 @@ public class JspCServletContext implements ServletContext {
 \r
 \r
     /**\r
+     * Return the context path.\r
+     */\r
+    public String getContextPath() {\r
+\r
+        return (null);\r
+\r
+    }\r
+\r
+\r
+    /**\r
      * Return the specified context initialization parameter.\r
      *\r
      * @param name Name of the requested parameter\r