Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3EA49560 for ; Thu, 7 Jun 2012 11:37:43 +0000 (UTC) Received: (qmail 1649 invoked by uid 500); 7 Jun 2012 11:37:43 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 1190 invoked by uid 500); 7 Jun 2012 11:37:40 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 1157 invoked by uid 99); 7 Jun 2012 11:37:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 11:37:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B7B9F10950; Thu, 7 Jun 2012 11:37:38 +0000 (UTC) From: Git at Apache To: dev@couchdb.apache.org Subject: couchdb pull request: _session request response no longer cached Content-Type: text/plain Message-Id: <20120607113738.B7B9F10950@tyr.zones.apache.org> Date: Thu, 7 Jun 2012 11:37:38 +0000 (UTC) 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 Date: 2012-06-07T04:34:54-07:00 Use ajax helper function for _session GET request to stop request cache in IE7 ----