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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]