On 13/02/13 03:56, Konstantin Kolinko wrote:
Certainly not. Have you read the source code, or only that old thread?
No, was just looking at the old thread. Its been a while since i dug
around in tomcat.
The processor is
The method that sends acknowledgment is
o.a.catalina.connector.Response.se
hristopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Brad,
On 2/11/13 4:02 PM, Brad McEvoy wrote:
On 12/02/13 09:53, Mark Thomas wrote:
Can anyone suggest a way to disable this "feature" short of
hacking tomcat?
You don't want to disable sending 100 Continue resp
On 12/02/13 09:53, Mark Thomas wrote:
>Can anyone suggest a way to
>disable this "feature" short of hacking tomcat?
You don't want to disable sending 100 Continue responses.
Ideally, you want to delay when it is sent until after any
authentication (so the 401 goes back to the client before they
Hi,
I'm the author of milton.io, a webdav server library.
Many webdav clients use the Expect header with value of Continue, for
the purpose of validating authorisation, and if necessary challenging
for a login, prior to uploading files. Unfortunately tomcat sends the
100 Continue response (so