AspenWeb / pando.py

Filesystem dispatch + Simplates + Python = a nice web framework.
http://aspen.io/
Other
149 stars 38 forks source link

Requests for static files should return a 405 if method is unsafe #583

Closed Changaco closed 6 years ago

Changaco commented 6 years ago

Reticketing from https://github.com/AspenWeb/aspen.py/issues/50.

Any request for a static file with a method other than GET or HEAD should be rejected with a 405.