Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bmjIy-0004Hw-1v for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Sep 2016 15:19:24 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bmjIx-00047o-LK for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Sep 2016 15:19:23 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bmjIk-0003se-LY for pgadmin-hackers@postgresql.org; Wed, 21 Sep 2016 15:19:10 +0000 Received: from mail-it0-x233.google.com ([2607:f8b0:4001:c0b::233]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bmjId-0005Gp-Ip for pgadmin-hackers@postgresql.org; Wed, 21 Sep 2016 15:19:10 +0000 Received: by mail-it0-x233.google.com with SMTP id r192so130638975ita.0 for ; Wed, 21 Sep 2016 08:19:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=qbIPPiBAfrRCqT6nUBw6KG1n0D9Cq0Czu31LRQ8L0PU=; b=im6AgwZim/ml4Dd95oSioDPHiQzVqq3YeNi2u/ecQf0xJE7qdmfmgPGjQZSwVZ9BAQ siVADJZIgUCHQTyHuR6CVU6uwZn4LPzE19UKNulC3M8xgLeZxbuydv+jYia27VnJwWQZ j85MH5K7XRscVqXRLEHEZna/HKNhzlmL0k97EYFvV7fm5aS2UeMrmSpm+gSyNdO3y9t4 r9723A3keFCcQ5KEUKcdAVYPBCLmPAg/1UHnlVUJDFAfEEWThXYPEQmJkrUWV27KBgl4 e2BSnGHQGPt5ruYxQfGZYREQaEY0RQcBTTNLmdgpwTXY/uFosx3QAKc6Zt7Xa38x+h9k xH4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=qbIPPiBAfrRCqT6nUBw6KG1n0D9Cq0Czu31LRQ8L0PU=; b=FgRJj4jULIjj5kQ2OO4LD4QqK972BZkz6s+S7hl7oC39JKDO2fXQR15uXAzIo2nf3Y dJL/vp2Bbj+QpFCglUV9JHp5pJcP6Zr1qAOsfWTVuefbl8/LvSSsz6slzAuExZTuA0OO ajNeX6GXqtDq50v3wNx/VZWGp4oVTOWSsUxkr2k5IAYQyPWUVjm4mvxFIyWTFurD3n79 ea71K2rxFln3bfen+UX2f606DbV2oIsYtiWvYFiwfkxZGq6VEpDB5Vshg+V77hSo4cND 4CjWhRdagQvu7V76l7w8iU95iYZatqN+te8ENf3tBEdfr/uoE5kyo3dsnkFyi+3DMENs 3Qfw== X-Gm-Message-State: AE9vXwOW6kPcxFTzu2ZSLtE0LwvHILdlRr/WVMdCGydCqWROTl5Z5WmNktY09a6q4qfM41shBmkc7a5PY4aWAw== X-Received: by 10.36.249.129 with SMTP id l123mr4596614ith.103.1474471141810; Wed, 21 Sep 2016 08:19:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Wed, 21 Sep 2016 08:19:01 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Wed, 21 Sep 2016 16:19:01 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch]: RM1171 - Fix IE caching issue To: Surinder Kumar Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Thanks, applied. On Wed, Sep 21, 2016 at 2:40 PM, Surinder Kumar wrote: > Hi > > I did git pull and applied the patch without any error. I have attached > updated patch. > Please apply this patch and let me know if any issue. > > On Wed, Sep 21, 2016 at 5:59 PM, Dave Page wrote: >> >> Can you rebase please? >> >> piranha:web dpage$ git apply ~/Downloads/RM1171_v1.patch >> error: patch failed: web/pgadmin/utils/ajax.py:29 >> error: web/pgadmin/utils/ajax.py: patch does not apply >> >> On Tue, Sep 20, 2016 at 2:58 PM, Surinder Kumar >> wrote: >> > Missed method closing parenthesis while calling >> > >> > Please find updated patch >> > >> > On Tue, Sep 20, 2016 at 7:25 PM, Surinder Kumar >> > wrote: >> >> >> >> This patch has some issue in chrome while loading nodes. I will send >> >> updated patch. >> >> >> >> On Tue, Sep 20, 2016 at 7:16 PM, Surinder Kumar >> >> wrote: >> >>> >> >>> Hi >> >>> >> >>> Issue: >> >>> IE always caching the response data returned from the server and when >> >>> same request is made for next time, it doesn't bring new data, instead >> >>> it >> >>> use cached data. >> >>> >> >>> Solution: >> >>> Set cache to 'no-cache' in response headers while sending from the >> >>> server >> >>> side. This prevents browser from caching data every time an http >> >>> request is >> >>> made. >> >>> >> >>> Thanks to Harshal & Murtaza for discussing issue and solution. >> >>> >> >>> Please find attached patch and review. >> >>> >> >>> >> >>> Thanks, >> >>> Surinder Kumar >> >> >> >> >> > >> > >> > >> > -- >> > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >> > To make changes to your subscription: >> > http://www.postgresql.org/mailpref/pgadmin-hackers >> > >> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers