Paul Leach wrote: > > > Can people help with the following question: > > How widely implemented is 100-continue? And how correctly? > ... In Java servlet world: the servers do implement it partly. That is, they understand Expect: 100-continue, and reply with 100 Continue when asked for it. However, the containers do not let the servlets have a say (inspecting the request, and potentially saying "417 Expectation Failed"). This is a restriction that has been known for a long time, and I certainly hope the Java Servlet EG will address that at some point of time (I haven't checked recently, so maybe they already did and I missed it). BR, JulianReceived on Friday, 25 April 2008 05:42:15 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:38:30 GMT