general03 / flask-autoindex

Generates index page like mod_autoindex
https://flask-autoindex.readthedocs.io
MIT License
112 stars 35 forks source link

Fix paths on NT #39

Closed dimitriepirghie closed 6 years ago

dimitriepirghie commented 6 years ago

On Win NT URL paths are encoding using \, %5C. Sometimes when browsing URLs containing %5C are not corretly resolved (Win7, Apache24, mod_wsgi for Flask) Quick fix.