Thanks, patch applied. On Friday, October 14, 2016, Surinder Kumar <surinder.ku...@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. > Reference:- http://flask.pocoo.org/snippets/76/ > > 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