users@jersey.java.net

Re: [Jersey] MIMEParsingException: Missing start boundary?

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 25 Jun 2009 15:52:00 +0200

Hi Ari,

The problem is definitely how JMeter is saving the file

The file you attached contains a space at the start of every line
(after the first one) as if a CR LF is replaced with CR and space.

I edited the file in vi to do remove the spaces and do proper returns
after teh Content-Type line and it parsed correctly both with JavaMail
and MIME pull.

Paul.

On Jun 25, 2009, at 2:26 PM, Ari Heino wrote:

>
>
>
> Paul Sandoz wrote:
>>
>>
>> Doh! of course "In-bound request received"
>>
>> Would it be possible to somehow compare the two request entities,
>> byte
>> per byte, for the Jersey client request and the JMeter request?
>>
>
> I'll see if that is possible. I do know that JMeter changes f.e. excel
> file's content while it was recording it's request. Original xls
> file was
> 22kb, and it ended up as 22,5kb after it had travelled through the
> JMeter
> proxy/recorder.
>
>
> Paul Sandoz wrote:
>>
>>
>> All i can suggest is there is some subtle changes that cannot be
>> observed when looking at it via email e.g. i wonder if CR LF are
>> getting stripped to just CR for example.
>>
>> Can you send me the request entity as sent by JMeter as an attachment
>> and i can try a simple test.
>>
>> Paul.
>>
>>
>
> Attached the JMeter "Send parameter with the request" value:
> http://n2.nabble.com/file/n3154695/JMeter_outbound.zip
> JMeter_outbound.zip
> --
> View this message in context: http://n2.nabble.com/MIMEParsingException%3A-Missing-start-boundary--tp3153969p3154695.html
> Sent from the Jersey mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>