DO NOT REPLY [Bug 36169] - [PATCH] Enable chunked encoding for IIS JK connector

2005-08-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36169.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36169





--- Additional Comments From [EMAIL PROTECTED]  2005-08-15 17:58 ---
(In reply to comment #2)
 Have you verified this works?

I've verified it on IIS 5.0 on Win2K and IIS 5.1 on WinXPPro, at least during
our modest testing.  I tried only to make changes to the IIS-specific code, but
obviously made one change to jk_ajp_common.c.  It's probably possible to
rollback the change to jk_ajp_common.c and add code to the IIS-specific pieces
so that the if-statement in jk_ajp_common.c is still tripped accordingly.

In the case of IIS, most of the work of dealing with HTTP is left up to the
ISAPI filters; IIS does very little for you.

Anyway, my familiarity with the connector code involves the few hours I spent
getting chunked encoding to work properly with IIS.  I've tried to be a good
citizen and report the problem with a potential patch.  If there is a better way
to handle this, I certainly have no ego associated with my patch.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36169] - [PATCH] Enable chunked encoding for IIS JK connector

2005-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36169.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36169


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
   ||com




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36169] - [PATCH] Enable chunked encoding for IIS JK connector

2005-08-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36169.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36169





--- Additional Comments From [EMAIL PROTECTED]  2005-08-14 23:41 ---
Have you verified this works?
Looking at the Apache 2.0 code, it seems to delegate both the chunked encoding
detection and the chunked encoded read to Apache via ap_* calls (and IIS isn't
gonna be that accomodating).
I can't see anywhere in the common read code that parses the chunk block length.

This will have some overlap with #15357 , which implements chunked encoding on
the outbound response.

I'd also suggest the check for Transfer-Encoding: chunked be moved up a bit to
where the Tomcat worker/query headers are checked for.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36169] - [PATCH] Enable chunked encoding for IIS JK connector

2005-08-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36169.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36169





--- Additional Comments From [EMAIL PROTECTED]  2005-08-12 20:05 ---
Created an attachment (id=16023)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=16023action=view)
Patch enabling chunked transfer encoding for IIS


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]