> - // Do nothing on a NOT MODIFIED status > - if (statusCode == HttpServletResponse.SC_NOT_MODIFIED) > - return; This is actually 304.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> - // Do nothing on a NOT MODIFIED status > - if (statusCode == HttpServletResponse.SC_NOT_MODIFIED) > - return; This is actually 304.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>