Mailing List Archive

[Bug 66483] New: Garbled characters when accessing SSI via HTTP/2 with RewriteRule
https://bz.apache.org/bugzilla/show_bug.cgi?id=66483

Bug ID: 66483
Summary: Garbled characters when accessing SSI via HTTP/2 with
RewriteRule
Product: Apache httpd-2
Version: 2.4.55
Hardware: Other
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: mod_http2
Assignee: bugs@httpd.apache.org
Reporter: kanai3id@gmail.com
Target Milestone: ---

Created attachment 38499
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38499&action=edit
File/Directory Configuration

Hello

I am reporting garbled characters when accessing https with RewriteRule and SSI
in the following environment.
* The problem occurs when HTTP/2 is enabled in Apache HTTPD 2.4.55, but the
garbled characters do not occur when HTTP/2 is disabled.
* There was no problem with HTTP/2 enabled in Apache HTTPD 2.4.54.

Environment
OS : CentOS Linux release 7.9.2009
Apache : httpd-2.4.55
HTTP/2 : nghttp2-1.52.0
OpenSSL : openssl-1.1.1t

* SSL configuration (HTTP/2 enabled)
SSLEngine On
Protocols h2 http/1.1

File/Directory Configuration : DocumentRoot
/.htaccess
/dev/test.html
/dev/include.inc
(File is attached)

* Garbled characters when accessing via https
https://xx.xx.xx.xx/test.html
== Result displayed in web browser
'³QLÉO.©,

The file is displayed without garbled characters in Apache 2.4.54

* Garbled characters do not occur when accessing with http
== Result displayed in web browser
test
Hello include
hello

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org