On Thu, Jan 18, 2018 at 10:18:29AM +0000, Stuart Henderson wrote:
> I think it should skip redirecting for "". You can't actually issue an
> HTTP request for http://example.com (without the trailing slash).
> 
> 'A PATH_INFO of "/" represents a single void path segment.'
> 
> I think that is "http://example.com//";. afaict httpd is doing the
> right thing here.
> 

Welp, the maintainer obviously disagrees[1]. From the looks of it, both
values, "" or "/", are considered valid by standards.

Could we get this or something similar in, so Flask works with httpd?
It's still the second biggest Python web framework.

[1]: https://github.com/pallets/werkzeug/issues/1240

Reply via email to