~ 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 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: response.setHeader("Trailer", "SomeHeader"); and if he does set
>> the
>> "SomeHeader" header before the output stream is closed:
>> response.setHeader("SomeHeader", "SomeValue"); then "SomeHeader" is added
>> to
>> the last chunk of size 0.
> 
> Sounds good. Do you know enough about Tomcat's chunking implementation
> to write a patch (I certainly do not)? That would be great.
> 
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAkp7KysACgkQ9CaO5/Lv0PAXYACePgJvGnixOxA1zrBmm1ZAcgc1
> uHkAnA/QdvJE5xPQCC78Y9q4wb+llmwP
> =5g5F
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Trailer-header-and-tomcat-tp24835409p24853524.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to