pgAdmin 4 commit: Ensure that pgAdmin should not fail at login due to a

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that pgAdmin should not fail at login due to a
Date: 2021-09-01 10:06:42
Message-ID: E1mLN8k-0001GO-R7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that pgAdmin should not fail at login due to a special character in the hostname. Fixes #6704

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a9ff5c799e2a1b8ba28fcbc6f4e6eab620e8aabf

Modified Files
--------------
docs/en_US/release_notes_5_7.rst | 1 +
pkg/mac/build.sh | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Rahul Shirsat 2021-09-02 05:51:11 [patch][pgAdmin] RM6625 Smarter closing of Tabs
Previous Message Akshay Joshi 2021-09-01 09:33:21 Re: [pgAdmin][patch] Using addEventListener to avoid conflict with jquery.drag