Re: disable handling of expect:continue

2013-02-12 Thread Brad McEvoy
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

Re: disable handling of expect:continue

2013-02-12 Thread Brad McEvoy
Hi Christopher, Yes, we need Tomcat to let let the servlet send the 100 response Apparently weblogic doesnt (or didnt) handle Expects so I added it to milton, and it seems to work ok: http://lists.justthe.net/pipermail/milton-users/2010-October/000791.html What would be required from the serv

Re: disable handling of expect:continue

2013-02-12 Thread Konstantin Kolinko
2013/2/12 Brad McEvoy : > 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 >> authenticatio

Re: disable handling of expect:continue

2013-02-12 Thread Christopher Schultz
-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 responses. >> >> Ideally, y

Re: disable handling of expect:continue

2013-02-11 Thread Brad McEvoy
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

Re: disable handling of expect:continue

2013-02-11 Thread Mark Thomas
On 11/02/2013 20:14, Brad McEvoy wrote: > 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. Unfort

disable handling of expect:continue

2013-02-11 Thread Brad McEvoy
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