Re: Tomcat and HTTP chunk extensions

2011-01-05 Thread EOIN MCQUILLAN
On 05/01/2011 15:21, EOIN MCQUILLAN wrote: > Mark - would you be able to explain to me then what your understanding is of >the > > intended use of chunk extensions within HTTP? To implement chunked transfer encoding. > I understand what you are saying and I understand I may be p

Re: Tomcat and HTTP chunk extensions

2011-01-05 Thread EOIN MCQUILLAN
the extensions look like a useful feature anyway so I'd be interested in knowing your opinion on them. From: Mark Thomas To: Tomcat Users List Sent: Wednesday, 5 January, 2011 14:58:55 Subject: Re: Tomcat and HTTP chunk extensions On 05/01/2011 14:52,

Re: Tomcat and HTTP chunk extensions

2011-01-05 Thread EOIN MCQUILLAN
? From: Mark Thomas To: Tomcat Users List Sent: Wednesday, 5 January, 2011 14:32:56 Subject: Re: Tomcat and HTTP chunk extensions On 05/01/2011 14:29, EOIN MCQUILLAN wrote: > Thanks for the reply André. > > I am taking my terminology from RFC 2616 so "chunk-extension&

Re: Tomcat and HTTP chunk extensions

2011-01-05 Thread EOIN MCQUILLAN
al = token | quoted-string chunk-data = chunk-size(OCTET) trailer= *(entity-header CRLF) From: André Warnier To: Tomcat Users List Sent: Wednesday, 5 January, 2011 14:16:08 Subject: Re: Tomcat and HTTP chunk extensions EOIN MCQUILLAN w

Tomcat and HTTP chunk extensions

2011-01-05 Thread EOIN MCQUILLAN
Hi, I'm looking at extending a web application we have so as HTTP POSTs sent to it will contain information in the form of chunk extensions. In addition on reply to these POST requests I would like to write a chunk extension back to the caller. Is there anything in the API which would