Re: DefaultServlet patch

2013-04-06 Thread Konstantin Kolinko
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

2013-04-05 Thread Warren Crossing
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='" + >