On Wed, Jul 31, 2002 at 09:07:40PM +0200, Andreas Kostyrka wrote: > Especially I've noticed that PATH_INFO is ''. SCRIPT_NAME and PATH_INFO are set by the publisher class. Originally the publisher would stop traversing a path as soon as it found something callable. The rest of the path ended up in PATH_INFO. Now Quixote always traverses the entire path so PATH_INFO is always empty. Neil