Обсуждение: [pgAdmin4][Patch]: SYNONYM issue if use all special characters as name

Поиск
Список
Период
Сортировка

[pgAdmin4][Patch]: SYNONYM issue if use all special characters as name

От
Surinder Kumar
Дата:
Hi

Issue:
If synonym name contains special characters, the request url is be '404 not found'.
i.e. It doesn't hit at 'sql' method of synonym.

Solution:
If URL has an identifier containing slash character '/' into the URI, then set param type to path.
like /<path: int>.
Because if param name contains '/' in synonym name, it gets confused and wrong route is formed.

Please find attached patch and review.

Thanks,
Surinder Kumar
Вложения

Re: [pgAdmin4][Patch]: SYNONYM issue if use all special characters as name

От
Dave Page
Дата:
Thanks, patch applied.

On Friday, October 14, 2016, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:
Hi

Issue:
If synonym name contains special characters, the request url is be '404 not found'.
i.e. It doesn't hit at 'sql' method of synonym.

Solution:
If URL has an identifier containing slash character '/' into the URI, then set param type to path.
like /<path: int>.
Because if param name contains '/' in synonym name, it gets confused and wrong route is formed.

Please find attached patch and review.

Thanks,
Surinder Kumar


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company