Skip to main content

Bug Tracker

Side navigation

#4764 closed enhancement (fixed)

Opened June 15, 2009 07:25AM UTC

Closed June 15, 2009 01:36PM UTC

Last modified October 15, 2010 08:03AM UTC

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)
  • etag.diff (3.5 KB) - added by lawrencepit June 15, 2009 07:25AM UTC.
  • etag.php (0.3 KB) - added by lawrencepit June 15, 2009 07:26AM UTC.
  • if_modified_since.php (0.3 KB) - added by lawrencepit June 15, 2009 07:26AM UTC.
Change History (3)

Changed June 15, 2009 01:36PM UTC by john comment:1

component: unfilledajax
resolution: → fixed
status: newclosed

Great patch! Landed in SVN rev [6388].

Changed July 14, 2009 09:13PM UTC by john comment:2

Landed some Opera-specific code in SVN rev [6432].

Changed October 15, 2010 08:03AM UTC by snover comment:3

#1292 is a duplicate of this ticket.