Re: Content-Length header

2017-04-04 Thread Peter Hunsberger
Think you can likely just hard code it to skip HEAD and maybe OPTIONS if you need to? Document the change and if we some day finally get a new release out the door people will just have to test against their existing applications. I don't see how they would break but maybe there are ways? Peter

Re: Content-Length header

2017-03-30 Thread Cédric Damioli
I've searched archives but only found [1], which is only partly related. Of course, commitResponse could be overridden in HttpEnvironment to filter out some HTTP methods, but which ones ? Should we have a black list, a white list, or a mean to configure it somewhere ? I don't want to break

Re: Content-Length header

2017-03-29 Thread Peter Hunsberger
This sounds somewhat familiar, you may want to search the mailing list archives to see if this has been discussed before Can commitResponse tell what kind of request it is dealing with or if not can that be passed in so that it knows? Peter Hunsberger On Wed, Mar 29, 2017 at 10:14 AM, Cédric