Got it!

As per ETag specs in Firefox Docs,:

The "Last-Modified" response header can be used as a weak validator.  It is
considered weak because it only has 1-second resolution. 
If the "Last-Modified" header is present in a response, then the client can
issue an "If-Modified-Since" request header to validate the cached document.

When a validation request is made, the server can either ignore the
validation request and response with a normal 200 OK, or it can return 304
Not Modified to instruct the browser to use its cached copy. 
The 304 response can also include headers that update the expiration time of
the cached document.


Setting 'Last-Modified' did the trick for me.

thanks

-----
Don't take life too seriously, your'e not getting out it alive anyway!
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Caching-Streamed-Images-on-browser-tp3389269p3436099.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to