Author: markt
Date: Fri Sep 21 13:52:24 2012
New Revision: 1388493

URL: http://svn.apache.org/viewvc?rev=1388493&view=rev
Log:
There will be caching

Modified:
    
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/AbstractResource.java

Modified: 
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/AbstractResource.java
URL: 
http://svn.apache.org/viewvc/tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/AbstractResource.java?rev=1388493&r1=1388492&r2=1388493&view=diff
==============================================================================
--- 
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/AbstractResource.java
 (original)
+++ 
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/AbstractResource.java
 Fri Sep 21 13:52:24 2012
@@ -80,9 +80,6 @@ public abstract class AbstractResource i
 
     @Override
     public final void setMimeType(String mimeType) {
-        // TODO This is only called from the DefaultServlet. If resources are
-        //      not cached, there is no point in recording the mime type in the
-        //      WebResource
         this.mimeType = mimeType;
     }
 



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

Reply via email to