--- parser3/src/main/pa_request.C 2003/04/08 16:11:54 1.245.2.37.2.30 +++ parser3/src/main/pa_request.C 2003/04/11 16:05:43 1.245.2.37.2.32 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_REQUEST_C="$Date: 2003/04/08 16:11:54 $"; +static const char* IDENT_REQUEST_C="$Date: 2003/04/11 16:05:43 $"; #include "pa_sapi.h" #include "pa_common.h" @@ -690,7 +690,8 @@ const String& Request::mime_type_of(cons if(mime_types) if(const char* cext=strrchr(user_file_name_cstr, '.')) { String sext(++cext); - if(mime_types->locate(0, sext.change_case(charsets.source(), String::CC_LOWER))) + Table::Action_options options; + if(mime_types->locate(0, sext.change_case(charsets.source(), String::CC_LOWER), options)) if(const String* result=mime_types->item(1)) return *result; else @@ -775,5 +776,3 @@ Request::Exception_details Request::get_ return Request::Exception_details(trace, problem_source, vhash); } - -// \ No newline at end of file