<div dir="ltr">I recently updated to mapproxy  1.12.0a-20190605 and having issues with the parsing of the source tms url which contain an @ which is used in MapCache.  In the mapproxy log it appears the url path before the @ is removed resulting in <div><br></div><div>"could not retrieve tile: No response from URL "<a href="http://gmaps/10/186/688.xxx">http://gmaps/10/186/688.xxx</a>": Name or service not known"<br><div><br></div><div>## source tms</div><div>   lacombe_2015_tms:<br></div><div>      type: tile<br>      url: '<a href="http://foobar.com/mapcache/tms/1.0.0/lacombe@gmaps/%(tms_path)s.xxx">http://foobar.com/mapcache/tms/1.0.0/lacombe@gmaps/%(tms_path)s.xxx</a>'<br>      grid: spherical_mercator<br>      transparent: true<br>      on_error:<br>         404:<br>            response: transparent<br>            cache: false<br>      coverage:<br>         datasource: "PG: dbname='db' host='db' user='db' password='db'"<br>         where: 'SELECT boundary_3857 FROM layer WHERE id = 314'<br>         srs: 'EPSG:3857'<br></div><div><br></div><div>This worked in version 1.10 and 1.11</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div>