cyu / rack-cors

Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.
MIT License
3.26k stars 263 forks source link

Escape $ in ressource paths compile #270

Closed aithscel closed 9 months ago

aithscel commented 9 months ago

This is minimal fix for issue #269 It's just adding '$' to special_chars in Ressource.compile I have added a testcase too