|
From: Nick C. <ni...@cl...> - 2002-02-01 22:55:18
|
On Thu, Jan 31, 2002 at 11:07:27PM -0500, Joseph F. Ryan wrote:
> I was fixing a typo in the simple search config description when I decided
> to give it a try. It didn't work. Detaint_dirname killed the script
> (there were no directory names which should have killed it), and I couldn't
> get the recursion to work with ('*.html, */*.html, */*/*.html,
> */*/*/*.html). Did we decide on another method? Perhaps we should have
> recursion on by default if $Emulate_Matts_Code is set to 0, and keep the
> old method if it is set to 1.
I think I fixed it a bit, there were some odds and ends from the
old chdir taint botch still lying around.
If detaint_dirname is killing the script it should be telling you
the name of the directory it doesn't like.
--
Nick
|