GitHub user mrloop opened a pull request:
https://github.com/apache/couchdb/pull/25
_session request response no longer cached
In IE7 session request response was cached, using the already defined ajax
helper function instead of jquery ajax resolves this.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mrloop/couchdb master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/25.patch
----
commit 8df02295c40179ad8332bd298dc49d37d76ee685
Author: Ewan McDougall <[email protected]>
Date: 2012-06-07T04:34:54-07:00
Use ajax helper function for _session GET request to stop request cache in
IE7
----