>Number:         2814
>Category:       mod_include
>Synopsis:       AddHandler "crash" AddType
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Sat Aug  8 11:40:00 PDT 1998
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3.0
>Environment:
FreeBSD 2.2.5-RELEASE. Compiled with gcc 2.8.1. Apache configured with
./configure --prefix=/usr/local/www --exec-prefix=/usr/local/www 
--activate-module=src/modules/php3/libphp3.a --enable-module=expires 
--enable-module=headers --enable-module=rewrite --enable-module=so 
--enable-module=status --enable-module=usertrack 
--with-perl=/usr/local/bin/perl5

PHP/3.0 installed as module, not shared. PHP Configured with
./configure  --with-apache=/usr/local/www/src/apache_1.3.0 
--with-mysql=/usr/local/mysql --with-config-file-path=/usr/local/www/etc 
--with-gd=/store --with-exec-dir=/usr/local/www/bin --enable-debugger
>Description:
If a .htaccess file contain an AddType using a "magic" MIME type 
(like text/x-server-parsed-html), and a AddHandler is added for the same file
suffix, the file is sent with the magic MIME type as Content-Type (ie. the
"magic" content type is not changed to "text/html" or whatever it is supposed 
to 
be).

>How-To-Repeat:
Create a .htaccess with the lines:
AddHandler server-parsed .yhtml
AddType text/x-server-parsed-html .yhtml

All .yhtml files are now sent as "text/x-server-parsed-html", instead of
"text/html". If one of the Add{Handler,Type} lines are removed, it works
fine.
>Fix:
The server-parsed handler should check to see if the "magic" mime-type is 
defined. It it is, the content-type should be set "text/html".
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]



Reply via email to