Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRPKk-001aQu-5N for pgadmin-hackers@arkaria.postgresql.org; Thu, 03 Aug 2023 03:49:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qRPKi-009bs4-FH for pgadmin-hackers@arkaria.postgresql.org; Thu, 03 Aug 2023 03:49:04 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRPKi-009brv-5f for pgadmin-hackers@lists.postgresql.org; Thu, 03 Aug 2023 03:49:04 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRPKb-000FEe-9j for pgadmin-hackers@lists.postgresql.org; Thu, 03 Aug 2023 03:49:02 +0000 Received: from github.com (hubbernetes-node-efa673a.ash1-iad.github.net [10.56.154.26]) by smtp.github.com (Postfix) with ESMTPA id 4530A100C03 for ; Wed, 2 Aug 2023 20:48:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691034536; bh=Bd8kPPOMtZcGAlWX3+rY6Rhhmxa8UG14Oi+XKfHVgcQ=; h=Date:From:To:Subject:From; b=gepj1aSkq/1z5rfsJUjVMriLuLWFnV39fm4B63+tcogHVcNNEQmCNBu1iy8VCxr4R uwLrUXUnPmY3X/r0SRjSDqTAUa1Z8O5y3ORHspU5ZkRIrRIbU9LzIZPFWJCpjEiDcy k4hD3a4VsnfmXZPJQIlWuANZZDikeGySgol5iSDU= Date: Wed, 02 Aug 2023 20:48:56 -0700 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e8fdf0: Fix incorrect redirection URL after authentication... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: e8fdf04e97312f0d6afd25bb5a56b32804f7e100 https://github.com/pgadmin-org/pgadmin4/commit/e8fdf04e97312f0d6afd25bb5a56b32804f7e100 Author: Yogesh Mahajan Date: 2023-08-03 (Thu, 03 Aug 2023) Changed paths: M web/pgAdmin4.wsgi Log Message: ----------- Fix incorrect redirection URL after authentication by removing fixed value set to SCRIPT_NAME environment variable in pgAdmin4.wsgi file.#5454