sideshowcoder / canned

Server to respond with fake API responses, by using a directory of files for finding out what to say!
213 stars 46 forks source link

File match was missing regex escape #50

Closed sideshowcoder closed 9 years ago

sideshowcoder commented 9 years ago

The query string can contain special characters reserved in regex those need to be escaped because otherwise the regex might become invalid (or plain wrong...)

fixes #49