--- parser3/src/targets/cgi/parser3.C 2001/11/21 08:34:43 1.142 +++ parser3/src/targets/cgi/parser3.C 2001/11/21 10:02:13 1.143 @@ -4,7 +4,7 @@ Copyright(c) 2001 ArtLebedev Group(http://www.artlebedev.com) Author: Alexander Petrosyan (http://paf.design.ru) - $Id: parser3.C,v 1.142 2001/11/21 08:34:43 paf Exp $ + $Id: parser3.C,v 1.143 2001/11/21 10:02:13 paf Exp $ */ #include "pa_config_includes.h" @@ -301,7 +301,12 @@ void real_parser_handler( // prepare to process request Request request(pool, request_info, - cgi ? String::UL_HTML|String::UL_OPTIMIZE_BIT : String::UL_AS_IS, +#ifdef _DEBUG + String::UL_HTML|String::UL_OPTIMIZE_BIT +#else + cgi ? String::UL_HTML|String::UL_OPTIMIZE_BIT : String::UL_AS_IS +#endif + , true /* status_allowed */); // some root-controlled location