Re: Integrating DIME and web servers
Sanjiva Weerawarana <[email protected]> Fri, 20 Sep 2002 05:49:28 +0600
| Newsgroups | gmane.comp.windows.devel.dime |
|---|---|
| Message-ID | <029601c26037$3362b590$794687ca@lankabook2> |
Hi Simon, > I looked at having PocketSOAP do chunked POSTs by default for attachments, > but its a little problematic, the server may not be a HTTP/1.1 server, also > some servers [most notably apache] won't accept chunked posts to CGI's, in > these cases you need to be able to back down to a non-chunked POST. Is that true even for a servlet via Tomcat or other servlet containers? It must be I guess because the servlet API doesn't suppport getting at chunks AFAIK. ?? Sanjiva.