You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2003/04/26 03:14:40 UTC

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper Constants.java

luehe       2003/04/25 18:14:40

  Modified:    jasper2/src/share/org/apache/jasper Constants.java
  Log:
  Removed unused constant
  
  Revision  Changes    Path
  1.14      +1 -2      jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/Constants.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Constants.java	8 Feb 2003 00:06:40 -0000	1.13
  +++ Constants.java	26 Apr 2003 01:14:40 -0000	1.14
  @@ -99,10 +99,9 @@
       /**
        * FIXME
        * ServletContext attribute for classpath. This is tomcat specific. 
  -     * Other servlet engines can choose to have this attribute if they 
  +     * Other servlet engines may choose to support this attribute if they 
        * want to have this JSP engine running on them. 
        */
  -    //public static final String SERVLET_CLASSPATH = "org.apache.tomcat.jsp_classpath";
       public static final String SERVLET_CLASSPATH = "org.apache.catalina.jsp_classpath";
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org