Hi,
    
    I am using squid+Apache1.3.22+ApacheJServ1.1.1+tomcat3.2.3.
response.setStatus(response.SC_NOT_MODIFIED);
the problem is in the apache log for 304 response it shows 200 and content length 1.
But in squid it shows a correct log of 304 status.
In fact I dont set any message body or any content length header.Why does this happen.
Can anyone help me out.
How to set 304 not modified status code correctly thro tomcat.
-Alexius Luke

Reply via email to