Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.2, 6.1.3rc0, 6.1.3rc1, 6.1.3, 6.1.4rc0, 6.1.4rc1, 6.1.4, 6.1.5rc0, 6.1.5rc1, 6.1.5, 6.1.6rc0, 6.1.6rc1, 6.1.6
-
Fix Version/s: 6.1.6rc1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Somewhere between revision 1530 and 1789, the servlet behavior for handling 100-Continue changed in such a way as to break the default .NET 1.x SOAP client. Attached is a Win pcap file showing the interaction.
I have improved test for RFC section 8.2 in
modules/jetty/src/test/java/org/mortbay/jetty/RFC2616Test.java
and I can't reproduce any problem with 100 continue?
In the trace that you sent me, the 100 continue appears to function OK, but then the connection is reset AFTER the content is sent. So I suspect some other failure has caused the connection to be reset?
Was there any exception generated or error in any log?
Does this request work without the expect-100continues?