I'm not sure yet... Tomcat default servlet supports it, so if you ask for a file directly thru tomcat it works. Mobile devices expect this supported for video. I don't think there is any correlation, each http request specifies a set of ranges. It looks like I will have to add support myself, I just thought maybe CXF could support it somehow for me already.
-----Original Message----- From: Sergey Beryozkin [mailto:[email protected]] Sent: Wednesday, September 21, 2011 10:37 AM To: [email protected] Subject: Re: CXF Servlet support of HTTP Byte Range Hi On 21/09/11 15:07, Collard, David L (Dave) wrote: > Does/Can CXF servlet support/be configured to support > HTTP Byte Ranges? > > From http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html > 14.35 Range > 14.35.1 Byte Ranges > I'm wondering if it is what the actual origin server may/should support, say Tomcat or Apache ? We don't support at the CXF level, I'm not even sure how the correlation between multiple range requests is achieved, using cookies ? Cheers, Sergey > > Thanks, > > -- Thor >
