Re: DefaultServlet patch
2013/4/6 Warren Crossing : > Here is the DefaultServlet patch which sets the content type header before > getOutputstream. http://tomcat.apache.org/bugreport.html#How_to_submit_patches_and_enhancement_requests - To unsub
DefaultServlet patch
Here is the DefaultServlet patch which sets the content type header before getOutputstream. 872a873,879 > if (contentType != null) { > if (debug > 0) > log("DefaultServlet.serveFile: contentType='" + >