https://issues.apache.org/bugzilla/show_bug.cgi?id=51080
Summary: [PATCH] mod_isapi does not support Except:100-Continue
HTTP protocol as IIS
Product: Apache httpd-2
Version: 2.2.17
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Keywords: PatchAvailable
Severity: normal
Priority: P2
Component: mod_isapi
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26899)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26899)
Patch to fix mod_isapi not supporting Except:100-Continue HTTP protocol
Problem:
mod_isapi does not support Except:100-Continue HTTP protocol as IIS.
Root Cause:
Not implemented by mod_isapi.
Solution (implemented in patch):
Chunked mode POST's (Expect: 100-continue) are transparently supported by IIS,
i.e., IIS by default acknowledges 100(continue) to expect 100-continue POST
protocol to pull down the POST data and attached patch imitates IIS behavior in
mod_isapi.
--
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: [email protected]
For additional commands, e-mail: [email protected]