Hi all, The bug reported by Michael is unlikely to affect you if you are using Restlet 1.0.2. Anyway it has just been fixed in SVN trunk and for branch 1.0.
Best regards, Jerome > -----Message d'origine----- > De : Michael Terrington [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 11 juillet 2007 14:12 > À : [email protected] > Objet : Re: How to send files using Restlet > > Jerome Louvel wrote: > > Sure, you can pass parameters in the query part of your URI > and retrieve > > them using getResourceRef().getQueryAsForm() which is a list of > > Parameter instances. > > If you are using query parameters in the URI, be sure to have > either the > Apache or Net HTTP client connectors available. See > http://www.restlet.org/documentation/1.0/connectors for > instructions on > adding a connector. > > The built-in HTTP client seems to not pass query parameters > (raised as > http://restlet.tigris.org/issues/show_bug.cgi?id=329). > > Regards, > Michael.

