Robert Leftwich 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.
Pylons automatically sends all requests that result in a 404 to the
public/ directory. If there's a public/philosophy/overview/ directory,
and no controller responding to public/philosophy, then it'll get passed
to StaticURLParser.
--
Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---