You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Peter Bieringer <pb...@bieringer.de> on 2002/03/09 17:03:50 UTC

Re: mod_include/8112: Multiviews don't work with shtml - now vice-versa in 2.0.32?

Hi,

looks like this bug is now coming up again in 2.0.32 beta but now
vice-versa (2.0.28 worked well!):

Multiviews are working, but the parsing of shtml code don't work in
this case...

I've setup some test files on "ipv6.aerasec.de":

ssi.html
ssi.shtml
ssimv.html.de
ssimv.shtml.de

Config parts:

AddOutputFilter INCLUDES .html .shtml
Options Includes MultiViews

Try for yourself (IPv6 addresses not required)

If the Multiview file is retrieved with full name, SSI works.


        Peter

-- example


# telnet 3ffe:400:100::2  80
Trying 3ffe:400:100::2...
Connected to 3ffe:400:100::2.
Escape character is '^]'.
GET /ssimv.html.de HTTP/1.0

HTTP/1.1 200 OK
Date: Sat, 09 Mar 2002 15:57:36 GMT
Server: Apache/2.0.32 (Unix)
Accept-Ranges: bytes
Content-Length: 60
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Language: de

<head>
</head>
<body>
REMOTE_ADDR=2002:5080:4df9::1
</body>
Connection closed by foreign host.


# telnet 3ffe:400:100::2  80
Trying 3ffe:400:100::2...
Connected to 3ffe:400:100::2.
Escape character is '^]'.
GET /ssimv.html HTTP/1.0

HTTP/1.1 200 OK
Date: Sat, 09 Mar 2002 15:57:52 GMT
Server: Apache/2.0.32 (Unix)
Content-Location: ssimv.html.de
Vary: negotiate
TCN: choice
Last-Modified: Sat, 09 Mar 2002 15:56:15 GMT
ETag: "56ac-4a-9c6625c0;a073bec0"
Accept-Ranges: bytes
Content-Length: 74
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Language: de

<head>
</head>
<body>
REMOTE_ADDR=<!--#echo var="REMOTE_ADDR" -->
</body>
Connection closed by foreign host.