Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Expect Header

We have a client who is receiving a 417 error code when trying to do a
POST upload to our web service. I have checked and setting the Expect
header to 100-continue succeeds so they or their ISP must be adding
some sort of weird Expect header along the way. Is there anyway to
force Jetty to accept all Expect headers? Its difficult to debug this
since even trying to simply capture the headers fails because of the
bad Expect header.


Back to the top