Bugzilla – Bug 2070
- not allowed in playlist directory name
Last modified: 2008-09-15 14:37:04 UTC
The function stripRel in Slim::Utils::Misc.pm does not allow special characters in the pathname when converting from relative to absolute paths Solution: Replace the following line in sub stripRel $file =~ s#\w+[\/\\]\.\.[\///]##isg; with $file =~ s#\[^\/\\]+[\/\\]\.\.[\/\\]##sg;
in trunk at change 4160
!!! ACK !!! I noticed I introduced a typing error in the bug report fix. is should read $file =~ s#[^\/\\]+[\/\\]\.\.[\/\\]##sg; NOT $file =~ s#\[^\/\\]+[\/\\]\.\.[\/\\]##sg; Sorry, Joel
committed to svn trunk at change 4163. please update and confirm.
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.