> > > Ok, I reviewed the patch, and there's a problem. > > > The header that should be used here is not "Range", but "Content-Range" > > > (which is great, since it specifies the final length of the resource). > > > "Range" is used only for retrieval operations. > > > > Does this mean that for partial put, there is only one range, never two > > or more like it is possible for partial get? > > You should be able to use a multipart message (each part having its own > content-range). However, I don't see the point of supporting this. > > Remy >
You can find classes that deal with multipart requests, responses, filters and wrapper in com.oreilly package available at http://www.servlets.com/cos/ Only use them as examples ; they have license restrictions. JP -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
