Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ETag in response header

843833May 24 2009
I am writing an internet application. I recorded a session using wireshark. on the second http request in the series it uses a uri, somehow pulling it out of thin air. Here is the log of http traffic:

tcp ...
http GET (contains If-None-Matched header)
tcp...
http Response (contains ETag matching the If-None-Matched value as above)
tcp
http GET with URI = path (from unknown source)

The response ETag matching the If-None_Matched value seems to indicate that the resource was already cached. Where can I find information about where the unknown URI path of the second GET request is located?

I searched my temporary internet files with no luck.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 21 2009
Added on May 24 2009
0 comments
314 views