--- parser3/src/main/pa_request.C 2003/01/28 11:38:50 1.245.2.1 +++ parser3/src/main/pa_request.C 2003/01/29 15:39:28 1.245.2.2 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_REQUEST_C="$Date: 2003/01/28 11:38:50 $"; +static const char* IDENT_REQUEST_C="$Date: 2003/01/29 15:39:28 $"; #include "pa_sapi.h" #include "pa_common.h" @@ -56,8 +56,8 @@ Request::Request(Pool& apool, fclasses(apool), fdefault_lang(adefault_lang), flang(adefault_lang), info(ainfo), + charsets(UTF8_charset, UTF8_charset, UTF8_charset), post_data(0), post_size(0), - used_files(apool), configure_admin_done(false), default_content_type(0), mime_types(0), @@ -455,7 +455,7 @@ VStateless_class *Request::use_file(VSta // cyclic dependence check if(used_files.get(file_name)) return 0; - used_files.put(file_name, (Hash::Val *)true); + used_files.put(file_name, true); const String *file_spec; if(ignore_class_path) // ignore_class_path?