costin      2002/10/11 09:39:55

  Modified:    src/share/org/apache/tomcat/modules/mappers
                        DecodeInterceptor.java
  Log:
  Compilation with GCJ had some problems.
  
  Revision  Changes    Path
  1.17      +2 -2      
jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers/DecodeInterceptor.java
  
  Index: DecodeInterceptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers/DecodeInterceptor.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- DecodeInterceptor.java    23 Apr 2002 19:49:40 -0000      1.16
  +++ DecodeInterceptor.java    11 Oct 2002 16:39:55 -0000      1.17
  @@ -626,7 +626,7 @@
   
       }
   
  -    private static final byte[] HTTP = new byte[] { 'h','t','t','p',':'};
  -    private static final byte[] HTTPS = new byte[] { 'h','t','t','p','s',':'};
  +    private static final byte[] HTTP = new byte[] { 
(byte)'h',(byte)'t',(byte)'t',(byte)'p',(byte)':'};
  +    private static final byte[] HTTPS = new byte[] { 
(byte)'h',(byte)'t',(byte)'t',(byte)'p',(byte)'s',(byte)':'};
   }
   
  
  
  

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

Reply via email to