forked from orbit-oss/flask
This enables host_matching to be set properly by the time the constructor adds the static route, and enables the static route to be properly associated with the required host. Previously, you could only enable host_matching once your app was already instantiated (e.g. app.url_map.host_matching = True), but at that point the constructor would have already added the static route without host matching and an associated host, leaving the static route in a broken state. Fixes #1559.
38 lines
687 B
Text
38 lines
687 B
Text
Flask is written and maintained by Armin Ronacher and
|
|
various contributors:
|
|
|
|
Development Lead
|
|
````````````````
|
|
|
|
- Armin Ronacher <armin.ronacher@active-4.com>
|
|
|
|
Patches and Suggestions
|
|
```````````````````````
|
|
|
|
- Adam Zapletal
|
|
- Ali Afshar
|
|
- Chris Edgemon
|
|
- Chris Grindstaff
|
|
- Christopher Grebs
|
|
- Daniel Neuhäuser
|
|
- Dan Sully
|
|
- David Lord @davidism
|
|
- Edmond Burnett
|
|
- Florent Xicluna
|
|
- Georg Brandl
|
|
- Jeff Widman @jeffwidman
|
|
- Joshua Bronson @jab
|
|
- Justin Quick
|
|
- Kenneth Reitz
|
|
- Keyan Pishdadian
|
|
- Marian Sigler
|
|
- Martijn Pieters
|
|
- Matt Campell
|
|
- Matthew Frazier
|
|
- Michael van Tellingen
|
|
- Ron DuPlain
|
|
- Sebastien Estienne
|
|
- Simon Sapin
|
|
- Stephane Wirtel
|
|
- Thomas Schranz
|
|
- Zhao Xiaohong
|