bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.37k stars 1.46k forks source link

#1177 Bug fix of missing regex escaped back slashes #1178

Closed ahendley closed 4 years ago

ahendley commented 4 years ago

Quick fix to ensure that the regex strings do not cause the bottle app to fail launch.

Also ties in with the other parts of the constructed regex string parts where the back slashes are escaped.