On 5/19/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote:
> 1. Spec says:
> "The response MUST include the following header fields: ... - ETag
> and/or Content-Location, if the header would have been sent in a 200
> response to the same request"

Just to test this, I created a JSP and put a jsp:froward tag inside
the JSP, that *forwards* the
*same request* to the static resource.

In this case I got back an ETag, because the request to the JSP
returns a 200 status code, and on JSP forward the same 200 status code
is maintained.

But as mentioned in my previous post, I think the browser refresh
generates a new request, so the server would not know whether the
static resource was requested from the same request or a new request.

So then, the fact that the ETag doesn't appear is correct behavior IMHO.

-Rashmi.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to