RE: Unable to block the thread at the cyclic barrier/java.util.concurrent.TimeoutException exception

2011-10-04 Thread Jerome Louvel
Hi Jan, Thanks for the report. Could you enter an issue in our tracker to keep track on this? Precise instructions to run the client-side tools/lib causing the problem would help a lot. http://www.restlet.org/community/issues Regarding the BrokenCyclicBarrier causing a potential infinite loop, I

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: PROPFIND response not working anymore with restlet 2.0.9, working, but with pbs with 2.0.6, was working OK with 2.0.1

2011-10-04 Thread Fabian Mandelbaum
Ok, we've found the solution to the problem. It was indeed a namespace issue, the following code excerpt works OK: public Representation propfind(Representation data) throws ResourceException { ListDavProperty reqDavProps = new ArrayListDavProperty(); if (data != null) {

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,