--- parser3/src/targets/isapi/parser3isapi.C 2009/10/06 11:41:02 1.103 +++ parser3/src/targets/isapi/parser3isapi.C 2012/03/16 09:24:16 1.105 @@ -1,11 +1,11 @@ /** @file Parser: IIS extension. - Copyright (c) 2000,2001-2005 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2000-2012 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_PARSER3ISAPI_C="$Date: 2009/10/06 11:41:02 $"; +volatile const char * IDENT_PARSER3ISAPI_C="$Id: parser3isapi.C,v 1.105 2012/03/16 09:24:16 moko Exp $"; #ifndef _MSC_VER # error compile ISAPI module with MSVC [no urge for now to make it autoconf-ed (PAF)] @@ -374,8 +374,7 @@ void real_parser_handler(SAPI_Info& SAPI // prepare to process request Request request(SAPI_info, request_info, - String::Language(String::L_HTML|String::L_OPTIMIZE_BIT), - true /* status_allowed */); + String::Language(String::L_HTML|String::L_OPTIMIZE_BIT)); // beside by binary static char beside_binary_path[MAX_STRING];