You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/09/09 14:09:47 UTC

[Bug 55540] New: mod_proxy gzip chunked issue (sample site provided to reproduce the problem)

https://issues.apache.org/bugzilla/show_bug.cgi?id=55540

            Bug ID: 55540
           Summary: mod_proxy gzip chunked issue (sample site provided to
                    reproduce the problem)
           Product: Apache httpd-2
           Version: 2.4.6
          Hardware: PC
                OS: Windows Vista
            Status: NEW
          Severity: critical
          Priority: P2
         Component: mod_proxy
          Assignee: bugs@httpd.apache.org
          Reporter: victwu@gmail.com

When accessing http://epco.dagangnet.com.my/login.jsp via mod_proxy, all the
browsers show blank page.

Further check using curl to dump the header:

curl -v --compressed -x 192.168.1.80:8080
http://epco.dagangnet.com.my/login.jsp

* About to connect() to proxy 192.168.1.80 port 8080 (#0)
*   Trying 192.168.1.80... connected
* Connected to 192.168.1.80 (192.168.1.80) port 8080 (#0)
> GET http://epco.dagangnet.com.my/login.jsp HTTP/1.1
> User-Agent: curl/7.21.1 (i386-pc-win32) libcurl/7.21.1 OpenSSL/0.9.8g zlib/1.2.5
> Host: epco.dagangnet.com.my
> Accept: */*
> Accept-Encoding: deflate, gzip
> Proxy-Connection: Keep-Alive
>
< HTTP/1.1 200 OK
< Date: Mon, 09 Sep 2013 11:23:44 GMT
< Server: Apache-Coyote/1.1
< Content-Type: text/html;charset=UTF-8
< Content-Encoding: gzip
< Vary: Accept-Encoding
< Set-Cookie: JSESSIONID=3A652048B32A95DE4FBE65EE89813F5D; Path=/
< Transfer-Encoding: chunked
<
* Connection #0 to host 192.168.1.80 left intact
* Closing connection #0

-- 
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


[Bug 55540] mod_proxy gzip chunked issue (sample site provided to reproduce the problem)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55540

Victor <vi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |victwu@gmail.com

-- 
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


[Bug 55540] mod_proxy gzip chunked issue (sample site provided to reproduce the problem)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55540

--- Comment #1 from Yann Ylavic <yl...@gmail.com> ---
I can't reproduce :

$ curl -v --compressed -x 127.0.0.1:8080 http://epco.dagangnet.com.my/login.jsp
* About to connect() to proxy 127.0.0.1 port 8080 (#0)
*   Trying 127.0.0.1... connected
* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)
> GET http://epco.dagangnet.com.my/login.jsp HTTP/1.1
> User-Agent: curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6
> Host: epco.dagangnet.com.my
> Accept: */*
> Accept-Encoding: deflate, gzip
> Proxy-Connection: Keep-Alive
> 
< HTTP/1.1 200 OK
< Date: Mon, 23 Sep 2013 11:04:06 GMT
< Server: Apache-Coyote/1.1
< Content-Type: text/html;charset=UTF-8
< Content-Encoding: gzip
< Vary: Accept-Encoding
< Set-Cookie: JSESSIONID=67BAB13672E780F78BEA575FB1CBE94A; Path=/
< Transfer-Encoding: chunked
< 
[empty lines]
<script language="javascript"  type="text/javascript" src="common/header.js">
</script>
[...]
* Connection #0 to host 127.0.0.1 left intact
* Closing connection #0
<script language="javascript"  type="text/javascript" src="common/footer.js">
</script>

Can you provide a configuration to reproduce? Any logs?

PS: I also tried with mod_deflate (SetOutputFilter INFLATE) but it works too.

-- 
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