Skip Menu |

This queue is for tickets about the SVN-Web CPAN distribution.

Report information
The Basics
Id: 12431
Status: resolved
Priority: 0/
Queue: SVN-Web

People
Owner: Nobody in particular
Requestors: glasser [...] mit.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.38
Fixed in: (no value)



Subject: Deal better with paths lacking final '/' in SVN::Browse
Using a browse URL without a final '/' (such as http://svn.clkao.org/svnweb/svk/browse/trunk/bin) yields the unhelpful three-word error message 'internal server error'. While clicking through the interface won't yield these URLs, it's very easy to do so while trying to type in a SVN::Web URL by hand. Better alternatives: * treat this as if there was a trailing slash (simply drop the check for m|/$| in &run) * send a redirect to the same page but with the trailing slash * return a better error message I would be happy to write up a patch for any of these alternatives.
[guest - Wed Apr 27 12:22:12 2005]: Show quoted text
> Using a browse URL without a final '/' (such as > http://svn.clkao.org/svnweb/svk/browse/trunk/bin) yields the > unhelpful three-word error message 'internal server error'. While > clicking through the interface won't yield these URLs, it's very > easy to do so while trying to type in a SVN::Web URL by hand.
This is fixed in 0.40 and above. Thank you for the report.
Fixed in v0.40.