Ticket #196 (Fixed)Thu Dec 11 15:03:39 UTC 2008
CVSWeb forcing filenames to lower case, then not finding them
Reported by: | Theo Markettos (89) | Severity: | Normal |
Part: | Web site: RCVSweb and CVSweb (CVS browsing) | Release: | 2nd public site release |
Milestone: | 2nd public site release completed | Status | Fixed |
Details by Theo Markettos (89):
If I browse a URL such as:
https://www.riscosopen.org/viewer/view/castle/R…
that works fine. If I use CVSWeb to select a tag to view, such as ‘StrongARM’, the URL becomes:
https://www.riscosopen.org/viewer/view/castle/r…
which it can’t find. But if I strip off the parameter it also fails to find:
https://www.riscosopen.org/viewer/view/castle/r…
If I explicitly force the second URL to the correct case, it’s straightaway redirected to the lower case version, which again isn’t found.
Can you stop the webserver clobbering the case of URLs?
Changelog:
Modified by Andrew Hodgkinson (6) Thu, April 23 2009 - 17:59:24 GMT
- Status changed from Open to Fixed
- Milestone changed from Unspecified to 2nd public site release completed
- Release changed from Unspecified to 2nd public site release
Daft bug fixed – thanks for the report. See Changeset #265 in the Subversion browser. The change is now live so redirection features in the CVS browser should all be working properly.