Hello,
I'm using Restlet 2.0m3
What i need is to receive following string of content-type in HTTP  
response.

Content-type: multipart/x-mixed-replace; boundary="My boundary"

When i'm using code like this

MediaType.valueOf(\"multipart/x-mixed-replace; boundary=\"My boundary\"")

i receive following in response

Content-Type: multipart/x-mixed-replace; boundary="My boundary";   
boundary="My boundary"

Also i cant add parameter programmaticaly since parameters are  
unmodifiable in MediaType class.
How can i solve my problem ?


-- 
Regards,
Evgeny Shepelyuk

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2374692

Reply via email to