You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Git at Apache <gi...@git.apache.org> on 2012/06/07 13:37:38 UTC

couchdb pull request: _session request response no longer cached

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 <mr...@mrloop.com>
Date:   2012-06-07T04:34:54-07:00

    Use ajax helper function for _session GET request to stop request cache in IE7

----