Ian Bicking wrote:
It's probably Paste. Is /philosophy/overview/ a directory served as
static files? Of course, without any particular support for index.html
there shouldn't be anything useful at that location...?
True.
IIRC this may be the result of a Routes issue that I've never gone back and
fixed.
Anyway, there was an infinite redirect problem that I thought James
Gardner fixed for Paste 1.1.1.
It's definitely coming from StaticURLParser.add_slash() in Paste 1.1.1, but
nothing in my config sets up this particular path to use StaticURLParser.
Philip Jenvey wrote:
Does the 301 response include a body? Is this a Windows server?
No and No.
Robert