Author: remm
Date: Mon Apr  3 17:03:50 2006
New Revision: 391185

URL: http://svn.apache.org/viewcvs?rev=391185&view=rev
Log:
- Add new method (dummy).

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java
URL: 
http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java?rev=391185&r1=391184&r2=391185&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java 
Mon Apr  3 17:03:50 2006
@@ -121,6 +121,16 @@
 
 
     /**
+     * Return the context path.
+     */
+    public String getContextPath() {
+
+        return (null);
+
+    }
+
+
+    /**
      * Return the specified context initialization parameter.
      *
      * @param name Name of the requested parameter



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to