You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alexius Luke <lu...@ibro.co.jp> on 2002/06/25 18:38:34 UTC

304 status code

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