getEntityAsForm conflicts with tomcat RequestDumperValve?

2007-09-30 Thread Sean
I've tried to do a bit of reading on my earlier post. I *seem* to have narrowed down my issue to something that perhaps has to do with some pretty strange behaviour. If I enable the RequestDumperValve in Tomcat, to print out all Request headers and cookies, the Form object that comes back from get

http://www.restlet.org/downloads/1.1/current.zip

2007-09-30 Thread dev dev
Is this the latest version of reslet 1.1 and is it production ready? Thanks dev

Re: getEntityAsForm()

2007-09-30 Thread Sean
Sean yahoo.com> writes: I should also mention I am using Tomcat/Spring 2.0, as opposed to embedded Jetty.

getEntityAsForm()

2007-09-30 Thread Sean
Hello All Im evaluating Restlet, and came across some behaviour I hope i could get help with. It basically centers around the following code: } else if (request.getMethod().equals(Method.POST)) { Form form = request.getEntityAsForm();