Re: i28 proposed replacement text

Henrik Nordstrom wrote:
> On tis, 2008-06-03 at 19:23 +0200, Julian Reschke wrote:
>> Well, unless I'm missing something, it will be hard to send from a 
>> servlet (hey, Servlet EG, are you listening...?).
> 
> Content-MD5 either needs the server to buffer the response, or sent in
> the trailer. Same for Content-Length except that it can't be sent in a
> trailer.
> 
> Claiming that those isn't usable for a servlet is plain wrong. It's all
> an implementation detail, and how feasible it is depends primarily on
> the size of the response.

Of course the servlet container could supply those. What I was thinking 
of was a way for a servlet *instance* to return them.

> ...

BR, Julian

Received on Tuesday, 3 June 2008 19:14:08 UTC