durusmail: quixote-users: Fix Trailing Slash bug?
Fix Trailing Slash bug?
2002-06-19
2002-06-19
2002-06-19
Fix Trailing Slash bug?
Patrick K. O'Brien
2002-06-19
The fix trailing slash feature results in a redirect to an ugly URL.

For example, I've got Apache directing http://www.orbtech.com/web/ to my
Quixote cgi program. If I let Quixote fix a trailing slash, such as
http://www.orbtech.com/web/pobrien, I get redirected to
http://www.orbtech.com/cgi-bin/web.py/pobrien/ instead of
http://www.orbtech.com/web/pobrien/.

I like pretty URLs. I also like fixing trailing slashes for users. The two
appear to be incompatible. Is this a bug?

--
Patrick K. O'Brien
Orbtech
-----------------------------------------------
"Your source for Python software development."
-----------------------------------------------
Web:  http://www.orbtech.com/web/pobrien/
Blog: http://www.orbtech.com/blog/pobrien/
Wiki: http://www.orbtech.com/wiki/PatrickOBrien
-----------------------------------------------




reply