--- parser3/src/classes/file.C 2002/08/08 09:35:22 1.95 +++ parser3/src/classes/file.C 2002/09/10 10:55:32 1.97 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_FILE_C="$Date: 2002/08/08 09:35:22 $"; +static const char* IDENT_FILE_C="$Date: 2002/09/10 10:55:32 $"; #include "pa_config_includes.h" @@ -328,8 +328,6 @@ static void _exec_cgi(Request& r, const self.fields().put( *new(pool) String(pool, "stderr"), new(pool) VString(err)); - - SAPI::log(pool, "file:%s: %s", cgi?"cgi":"exec", err.cstr()); } } static void _exec(Request& r, const String& method_name, MethodParams *params) { @@ -459,7 +457,7 @@ static void _find(Request& r, const Stri // easy way if(file_readable(r.absolute(*file_spec))) { - r.write_no_lang(*file_spec); + r.write_assign_lang(*file_spec); return; } @@ -474,7 +472,7 @@ static void _find(Request& r, const Stri local_test_name<<*(dirname=&dirname->mid(0, after_monkey_slash)); local_test_name<