Re: Trailer header and tomcat

2009-08-06 Thread Keyur Shah
I agree with Chris and I also appreciate Michael's dilemma. While headers can never be added as headers once the response is committed, the trailer headers are in fact encoded in the body itself. So the convention could be that if a user has specified certain trailer headers:

Re: Trailer header and tomcat

2009-08-06 Thread Keyur Shah
~ Do you know enough about Tomcat's chunking implementation to write a patch (I certainly do not)? Nope. I wish I did though... --Keyur Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keyur, On 8/6/2009 12:35 PM, Keyur Shah wrote: While headers can never

Trailer header and tomcat

2009-08-05 Thread Keyur Shah
Tomcat by default sends chunked responses = Transfer-Encoding:chunked I'm calculating the ETag for the response dynamically as the content is being written to the response stream. Since I'll know the final value of the ETag only when the stream is closed, I indicate that using the Trailer header

Re: Trailer header and tomcat

2009-08-05 Thread Keyur Shah
(correct me if that's wrong). And I was hoping tomcat supports this usage. --Keyur Filip Hanik - Dev Lists wrote: On 08/05/2009 02:14 PM, Keyur Shah wrote: Tomcat by default sends chunked responses = Transfer-Encoding:chunked I'm calculating the ETag for the response dynamically as the content

RE: Trailer header and tomcat

2009-08-05 Thread Keyur Shah
Filip Hanik - Dev Lists wrote: On 08/05/2009 02:14 PM, Keyur Shah wrote: Tomcat by default sends chunked responses = Transfer-Encoding:chunked I'm calculating the ETag for the response dynamically as the content is being written to the response stream. Since I'll know the final