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...@hyperreal.org on 1999/11/10 20:54:56 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/protocol WARConnection.java

costin      99/11/10 11:54:50

  Modified:    src/share/org/apache/tomcat/protocol WARConnection.java
  Log:
  Removed compile error, thanks to preston@home.com.
  (instead of removing I fixed the reference to the static method )
  
  Submitted by: "Preston L. Bannister" <pr...@home.com>
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-tomcat/src/share/org/apache/tomcat/protocol/WARConnection.java
  
  Index: WARConnection.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/protocol/WARConnection.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WARConnection.java	1999/10/09 00:20:47	1.1
  +++ WARConnection.java	1999/11/10 19:54:46	1.2
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/protocol/WARConnection.java,v 1.1 1999/10/09 00:20:47 duncan Exp $
  - * $Revision: 1.1 $
  - * $Date: 1999/10/09 00:20:47 $
  + * $Header: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/protocol/WARConnection.java,v 1.2 1999/11/10 19:54:46 costin Exp $
  + * $Revision: 1.2 $
  + * $Date: 1999/11/10 19:54:46 $
    *
    * ====================================================================
    *
  @@ -154,7 +154,7 @@
           // XXX
           // hmmm .. what about the mimeTypes associated with
           // this context
  -        return getFileNameMap().getContentTypeFor(path);
  +        return URLConnection.getFileNameMap().getContentTypeFor(path);
       }
   
       public int getContentLength() {