David-
ServletRequest getContentLength returns a signed int (with a +64k limit) http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletRequest.html#getContentLength() (same information can be obtained via HTTP Variable CONTENT_LENGTH) Would probably make sense for the client to parse the incoming request stream to < 64k at a time.. (JDK 1.2 restriction) Anyone else?? -Martin
|
- WASMessageRouterServlet in WebSphere David Smith
- Martin Gainty