RE: result value for Form.getFirstValue()

2011-10-04 Thread Jerome Louvel
Hi Arjohn, Thanks for the report. I've just added a unit test to verify this (see attached), but it works fine, at least in SVN trunk (2.1). Maybe it's an issue in 2.0. Could you confirm on your side? Best regards, Jerome -- http://www.restlet.org http://twitter.com/#!/jlouvel -Message

RE: result value for Form.getFirstValue()

2011-10-04 Thread Arjohn Kampman
Hi Jerome, Your unit test runs fine with 2.0.9 also, but I'm able to reproduce it using the following test: public void testQueryString() throws IOException { String query = a=bc=; Form form = new FormReader(query, CharacterSet.UTF_8, '').read(); assertEquals(b,