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. Reference:- http://flask.pocoo.org/snippets/76/ Please find attached patch and review. Thanks, Surinder Kumar
RM1622.patch
Description: Binary data
-- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers