Bugzilla – Bug 642
make it so that the trailing slash on URL when accessing a different skin is not mandatory
Last modified: 2008-12-18 11:53:42 UTC
I've spoken with quite a few folks who don't get why you need a trailing slash when specifying the skin. Some people also get confused by the case sensitivity... Not sure if omitting the slash would violate rfc 1738, since if you're specifying a hierarchy you're supposed to use a /...
Simple patch to fix this: Index: Slim/Web/HTTP.pm =============================================================== ==== RCS file: /home/cvs/cvsroot/slim/server/Slim/Web/HTTP.pm,v retrieving revision 1.122 diff -r1.122 HTTP.pm 358c358,361 < --- > > # paths that are pure alpha without a trailing slash get a slash added, to make skins easier to find > $path =~ s|^/([a-zA-Z]+)$|/$1/|; > Vidur, you good with this for 5.4?
Fixed for next nightly release.
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.
Routine bug db maintenance; removing old versions which cause confusion. I apologize for the inconvenience.