Re: Re: UriBuilder encoding

2012-02-13 Thread Thomas Mortagne
Thing is I know if it's a bug of if it's what is expected from UriBuilder. org.restlet.ext.jaxrs.internal.core.AbstractUriBuilder does not look at any setting when encoding the characters as far as i can see. On Mon, Feb 13, 2012 at 18:17, Stephan Koops stephan.ko...@web.de wrote:

Re: Re: UriBuilder encoding

2012-02-13 Thread Thomas Mortagne
On Mon, Feb 13, 2012 at 20:00, Thomas Mortagne thomas.morta...@gmail.com wrote: Thing is I know if it's a bug of if it's what is expected from Was I don't know if it's a bug UriBuilder. org.restlet.ext.jaxrs.internal.core.AbstractUriBuilder does not look at any setting when encoding

Re: UriBuilder encoding

2012-02-12 Thread Thomas Mortagne
On Sat, Feb 11, 2012 at 17:33, Thierry Boileau thierry.boil...@noelios.com wrote: Hello Thomas, the URI Builder seems to %encode characters according to the Latin1 character set, whereas Firefow encodes according to UTF-8, which fit the way the query is read by default on server side. There

Put request without any mime type

2012-02-09 Thread Thomas Mortagne
Hi, I have a @PUT service accepting any mime type as input. It just manipulate it as byte[]. public Response putAttachment(@PathParam(wikiName) String wikiName, @PathParam(spaceName) String spaceName, @PathParam(pageName) String pageName, @PathParam(attachmentName) String attachmentName,

Re: [mailing] Don't receive any mail from the mailing list

2012-02-08 Thread Thomas Mortagne
Works perfectly now, thanks ! On Wed, Feb 8, 2012 at 19:07, Thierry Boileau thierry.boil...@noelios.com wrote: Hello Thomas, I've checked also your subscription, to the discussion list, I've made a few update to your subscription. I hope everything is fine now. Best regards, Thierry

RE: UriBuilder encoding

2012-02-02 Thread Thomas Mortagne
From what I understood this method is supposed to add a new segment and not replace the {somevar}. -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/UriBuilder-encoding-tp7230131p7246398.html Sent from the Restlet Discuss mailing list archive at Nabble.com.

[mailing] Don't receive any mail from the mailing list

2012-01-31 Thread Thomas Mortagne
Hi guys, I don't receive any mail from this mailing list. As far as I can see my configuration on http://restlet.tigris.org/ds/editSubscription.do?dsForumId=4447 is correct: * Subscribed is ticked * Message-by-message is selected Any idea what could be the issue ? I checked several times in

RE: UriBuilder encoding

2012-01-31 Thread Thomas Mortagne
Hi, sorry to answer only now, looks like I don't receive any mail from the mailing list, I need to look at it. Not sure in which module to find org.restlet.client.data.Reference or do you mean org.restlet.data.Reference which I found in org.restlet jar file ? I can see