adafruit / Adafruit_CircuitPython_WSGI

WSGI library for simple web servers
MIT License
20 stars 18 forks source link

Update Regex to allow the . character in paths #12

Closed dbisu closed 2 years ago

dbisu commented 2 years ago

Updating the regex matching for paths. This allows filenames to be included in path matching. ie /path/file.ext would be now allowed.