pgxn / pgxn-api

Maintain and serve a REST API to search PGXN mirrors
http://pgxn.org/
15 stars 2 forks source link

Handle Tags with Slashes #7

Closed theory closed 13 years ago

theory commented 13 years ago

Slony-I was just released with the tag "pl/pgsql". The sync choked on that:

Cannot open www/tag/pl/pgsql.json: No such file or directory

So it needs to be modified to escape platform directory separators.

theory commented 13 years ago

Will need to encode slashes in PGXN::Site, too.

theory commented 13 years ago

Tags with slashes, backslashes, and control characters are now verboten.