--- parser3/src/targets/isapi/parser3isapi.C 2001/11/19 08:00:34 1.59 +++ parser3/src/targets/isapi/parser3isapi.C 2002/02/08 08:30:18 1.63 @@ -1,10 +1,10 @@ /** @file Parser: IIS extension. - Copyright (c) 2000,2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://paf.design.ru) + Copyright (c) 2000,2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) - $Id: parser3isapi.C,v 1.59 2001/11/19 08:00:34 paf Exp $ + $Id: parser3isapi.C,v 1.63 2002/02/08 08:30:18 paf Exp $ */ #ifndef _MSC_VER @@ -187,10 +187,10 @@ void SAPI::add_header_attribute(Pool& po void SAPI::send_header(Pool& pool) { SAPI_func_context& ctx=*static_cast(pool.get_context()); - ctx.header->APPEND_CONST( +/* ctx.header->APPEND_CONST( "expires: Fri, 23 Mar 2001 09:32:23 GMT\r\n" "\r\n"); - HSE_SEND_HEADER_EX_INFO header_info; +*/ HSE_SEND_HEADER_EX_INFO header_info; char status_buf[MAX_STATUS_LENGTH]; switch(ctx.http_response_code) { @@ -342,7 +342,7 @@ void real_parser_handler(Pool& pool, LPE // prepare to process request Request request(pool, request_info, - String::UL_OPTIMIZED_HTML, + String::UL_HTML|String::UL_OPTIMIZE_BIT, false /* status_allowed */); // some root-controlled location