[jQuery] AJAX loadIfModified() problems
Hmmm ... My script is querying JSP pages that are accessed through a
proxied Apache server. There is no "Last-Modified" header being
automatically added, but as the response from the JSP is being generated
each time, that the header indicates a new "Date" value. Even when
bypassing Apache and making the requests directs to Tomcat, there is no
"Last-Modified" header being automatically added.
Would this suggest that I should modify my JSP to add this header and
update the value when the page response has been updated?
Suggestions? Thanks!
~ David
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]
Sent: September 6, 2006 6:28 PM
To: jQuery Discussion.
Subject: Re: [jQuery] AJAX loadIfModified() problems