>What library are you using to parse 'multipart/form-data'
> formatted requests?

We actually have our own classes to parse a multipart/form-data formatted
request.  I guess they could be a bit outdated at this point, or possible
never were completely spec compliant themselves.  The specification has
remained the same since August of 1998, right?

>Can you post the response headers? You could use wire log to see them.

I'm not familiar with wire log.  These are the headers that I get by calling
multipartpostmethod.getRequestHeaders() and
multipartpostmethod.getResponseHeaders(), respectively.  Although, my
understanding was that multipart/form-data formatted requests contained
multiple sets of headers for each part in the message.  If that sounds
correct, I've yet to find the way to extract each part's headers.  ...I'll
try to come up to speed on wire log.

>From what I have here, I don't see a content-transfer-encoding header...

Multipart Request Headers:
    User-Agent: Jakarta Commons-HttpClient/2.0alpha3
    Host: myhost
    Cookie: $Version=0; JSESSIONID=7D249878A0273818985D737A6CD9E838;
$Path=/mailbox
    Content-Length: 432
    Content-Type: multipart/form-data;
boundary=----------------314159265358979323846

Multipart Response Headers:
    Server: Sun-ONE-Application-Server/7.0
    Date: Thu, 27 Feb 2003 20:04:28 GMT
    Content-length: 1854
    Content-type: text/html

Thanks for the help,

Daniel



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to