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 2009/06/17 16:37:34 UTC

DO NOT REPLY [Bug 47383] New: Please check Transfer-Encoding is "chunked" with no-case sensitivity.

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

           Summary: Please check Transfer-Encoding is "chunked" with
                    no-case sensitivity.
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_http
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: ryuzo.yamamoto@gmail.com


Created an attachment (id=23825)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23825)
Fix checking Transfer-Encoding is "chunked".

Currently, mod_proxy_http.c checks Transfer-Encoding header with case
sensitivity.
So, I have a problem with mod_proxy + mod_dav + WebDAVFS (MacOSX Finder).

WebDAVFS send request header like 

Transfer-Encoding: Chunked

Please check the patch.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 47383] Please check Transfer-Encoding is "chunked" with no-case sensitivity.

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





--- Comment #2 from Ryuzo Yamamoto <ry...@gmail.com>  2009-06-18 21:10:02 PST ---
(In reply to comment #1)
> Fixed in trunk in r785661 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=785661 ) - thanks.

Thank you.
This fix will be included in next release (2.2.12) ?

I have a workaround in current version (2.2.11).

[httpd.conf]
--
RequestHeader edit Transfer-Encoding Chunked chunked early
--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 47383] Please check Transfer-Encoding is "chunked" with no-case sensitivity.

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


Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk




--- Comment #1 from Nick Kew <ni...@webthing.com>  2009-06-17 08:22:11 PST ---
Fixed in trunk in r785661 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=785661 ) - thanks.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 47383] Please check Transfer-Encoding is "chunked" with no-case sensitivity.

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

Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Nick Kew <ni...@webthing.com> 2009-12-26 12:38:48 UTC ---
CHANGES shows this fixed in 2.2.12

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 47383] Please check Transfer-Encoding is "chunked" with no-case sensitivity.

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

--- Comment #5 from Ryuzo Yamamoto <ry...@gmail.com> 2009-12-27 19:32:16 UTC ---
Thank you.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 47383] Please check Transfer-Encoding is "chunked" with no-case sensitivity.

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

--- Comment #3 from Nick Kew <ni...@webthing.com> 2009-12-26 12:38:27 UTC ---
CHANGES shows this fixed in 2.2.12

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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