Received: (qmail 3598 invoked by uid 65534); 21 Mar 2000 17:27:55 -0000 Message-Id: <20000321172755.3597.qmail@locus.apache.org> Date: 21 Mar 2000 17:27:55 -0000 From: Giles Agnew Reply-To: gea22@cam.ac.uk To: submit@bugz.apache.org Subject: Default for "encoding" attribute in the Then view it in a browser first using Apache 1.3.11 or below, then with 1.3.12. Apache 1.3.11 and below will display "bar" as a heading type 1. Apache 1.3.12 displays "

bar

" verbatim. >Fix: Either: Change the line reading: encode = E_ENTITY; to encode = E_NONE; in line 5 of the handle_echo function in mod_include.c OR Add an option allowing the default encoding type to be set in httpd.conf. >Release-Note: >Audit-Trail: From: Marc Slemko To: gea22@cam.ac.uk Cc: Apache bugs database Subject: Re: mod_include/5909: Default for "encoding" attribute in the