You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ken Johanson <to...@kensystem.com> on 2008/10/09 01:35:45 UTC

Unbounded content-length (e.g no Content-Length) in POST?

Greetings,

Does Tomcat have an option to allow POSTs that do not have a 
Content-Length header, but instead only provide a range:

Range: bytes=0-

This is common for streaming media delivery software which may POST live 
data, or with other system that cannot predetermine the stream length. 
It's sometimes desirable to grab the input stream and save it to disk 
from the web container...

I don't see a field for this in Connector:
http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/connector/Connector.html

Thanks for any insight,

Ken



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org