Hello David,
thanks for your report. Your mail helped us to fix (partially) a bug
with the AsyncWeb connector.
If you get the last version from SVN, you will be able to get the query
string.
However, you may notice some "mistakes" in some special cases where it
seems impossible to get the original query string.
A mail has been send to the AsyncWeb team.
Best regards,
Thierry Boileau
David Rauschenbach a écrit :
I've been unable to access parameters from my Handler.
Request.getResourceRef().getQuery() returns null, and
Request.getResourceRef().getQueryAsForm() returns a Form with a null delegate.
My URL is provided by ActiveResource (Rails trunk around r6039), as follows:
http://localhost:8100/searches/cat.xml?repositories[]=%2Fvar%2Fsvnapp%2Fdrr&repositories[]=%2Fvar%2Fsvnapp%2Ffoo&offset=10&limit=10
Maybe the forward slash escaping is not getting through?
David