16 messages in com.googlegroups.pylons-discussRe: ANN: Pylons 0.9.4 Released
FromSent OnAttachments
Ben Bangert29 Dec 2006 20:51 
Jose Galvez29 Dec 2006 23:08 
Ben Bangert29 Dec 2006 23:55 
Jose Galvez30 Dec 2006 00:06 
Ben Bangert30 Dec 2006 00:10 
Robert Leftwich30 Dec 2006 16:40 
Philip Jenvey30 Dec 2006 17:34 
Ian Bicking30 Dec 2006 17:54 
Robert Leftwich30 Dec 2006 18:17 
Ian Bicking30 Dec 2006 18:30 
Robert Leftwich30 Dec 2006 19:21 
Robert Leftwich30 Dec 2006 20:01 
Bruce Wang30 Dec 2006 20:40 
Robert Leftwich30 Dec 2006 20:54 
Ben Bangert30 Dec 2006 22:36 
Bruce Wang31 Dec 2006 01:55 
Subject:Re: ANN: Pylons 0.9.4 Released
From:Robert Leftwich (pylo@public.gmane.org)
Date:12/30/2006 06:17:57 PM
List:com.googlegroups.pylons-discuss

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