On Tue, Mar 18, 2008 at 2:03 PM, <[EMAIL PROTECTED]> wrote: > +Solr now recognizes HTTP Request headers related to HTTP Caching (see > +RFC 2616 sec13) and will by default respond with "304 Not Modified" > +when appropriate. This should only affect users who access Solr via > +an HTTP Cache,
It affects browsers too. I noticed that no new request was being executed when I hit refresh in firefox. I worked around it by adding a random arg like x=1234 to get it to re-execute. -Yonik
