nacho       01/03/24 11:56:06

  Modified:    src/share/org/apache/tomcat/modules/generators
                        StaticInterceptor.java
  Log:
  Oops.
  
  Revision  Changes    Path
  1.9       +0 -3      
jakarta-tomcat/src/share/org/apache/tomcat/modules/generators/StaticInterceptor.java
  
  Index: StaticInterceptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/generators/StaticInterceptor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- StaticInterceptor.java    2001/03/24 19:48:32     1.8
  +++ StaticInterceptor.java    2001/03/24 19:56:06     1.9
  @@ -292,8 +292,6 @@
   
        File file = new File( absPath );
           String headerValue=req.getHeader("If-Modified-Since");
  -/**/
  -        headerValue = req.getHeader("If-Modified-Since");
           if (headerValue != null) {
   
               Date date = null;
  @@ -317,7 +315,6 @@
   
   
           }
  -/**/
        if( debug>0) log( "After paranoic checks = " + absPath);
   
           String mimeType=ctx.getMimeMap().getContentTypeFor(absPath);
  
  
  

Reply via email to