#4764 closed enhancement (fixed)
Better Last-Modified support and added Etag support
Reported by: | lawrencepit | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The Last-Modified code in ajax.js contains a few bugs. This patch solves those. In addition it adds Etag support.
Patch also includes tests. As I didn't know how to include new files in an svn diff I've attached them separately, they need to go in the jquery/test/data directory.
Attachments (3)
Change History (6)
Changed 14 years ago by
Changed 14 years ago by
Attachment: | if_modified_since.php added |
---|
Changed 14 years ago by
comment:1 Changed 14 years ago by
Component: | unfilled → ajax |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Great patch! Landed in SVN rev [6388].