You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/01/08 01:04:24 UTC

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

costin      01/01/07 16:04:24

  Modified:    src/facade22/org/apache/tomcat/facade JspInterceptor.java
  Log:
  Fix the JspInterceptor - a new method was added to the Options interface in
  the 3.2 branch.
  
  Revision  Changes    Path
  1.3       +4 -0      jakarta-tomcat/src/facade22/org/apache/tomcat/facade/JspInterceptor.java
  
  Index: JspInterceptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/JspInterceptor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspInterceptor.java	2001/01/07 01:53:55	1.2
  +++ JspInterceptor.java	2001/01/08 00:04:23	1.3
  @@ -515,6 +515,10 @@
           return keepGenerated;
       }
   
  +    public String getJavaEncoding() {
  +	return "UTF8";
  +    }
  +
       public boolean getLargeFile() {
           return largeFile;
       }