RE: Trouble Getting Query Parameters

2009-06-16 Thread Jerome Louvel
 ~ http://www.noelios.com -Message d'origine- De : Andrew Moore [mailto:rp.andrew.mo...@gmail.com] Envoyé : jeudi 11 juin 2009 19:59 À : discuss@restlet.tigris.org Objet : Re: Trouble Getting Query Parameters I just did a test with curl both with and without that initial ampersand

Re: Trouble Getting Query Parameters

2009-06-11 Thread Andrew Moore
I'm starting to understand what may be going on... when EXT.js makes the request for my URI, the query string looks like this: ?_dc=1244741620627callback=stcCallback1001 And the org.restlet.engine.util.FormReader is not able to parse the parameters. Here's the error: 06/11/2009 11:33:40.640

Re: Trouble Getting Query Parameters

2009-06-11 Thread Andrew Moore
I just did a test with curl both with and without that initial ampersand in there... yes, that ampersand is causing the parsing problem. Since this is EXT.js creating this, I guess I'll have to figure out a way to change it or something. Should the FormReader be able to handle an initial