Menu

#82 Glob problem inside a Starkit in httpdthread.tcl

open
nobody
Other (43)
5
2005-08-24
2005-08-24
No

In httpdthread.tcl (v 1.19) there are two lines of code
(line 42 and 191) with something like "glob -nocomplain
$somedir". If $somedir is inside a Starkit and $somedir
contains ".." this glob returns an empty list. As a
result not all mime types and custom code is loaded.
I've fixed this by using "glob -nocomplain [file
normalize $somedir]".

Discussion


Log in to post a comment.