Re: Confusing exception

2008-06-23 Thread Ian Clarke
Ah, figured it out - I was ending the header value with a ';'. Ian. On Mon, Jun 23, 2008 at 10:50 AM, Ian Clarke <[EMAIL PROTECTED]> wrote: > Hi, I'm seeing this exception in Restlet 1.0.9 (running on Java 1.6 on > OSX), can anyone think of what might be causing it? :- > > java.io.IOException: Em

Confusing exception

2008-06-23 Thread Ian Clarke
Hi, I'm seeing this exception in Restlet 1.0.9 (running on Java 1.6 on OSX), can anyone think of what might be causing it? :- java.io.IOException: Empty parameter name detected. at com.noelios.restlet.util.PreferenceReader.readPreference(PreferenceReader.java:141) at com.noelios.r

JAX-RS extension

2008-06-23 Thread Stephan Koops
Hi, for those, who uses the internals of the JAX-RS extension (the JaxRsRouter without the JaxRsApplication), I have the follwoing update: I've renamed the JaxRsRouter to JaxRsRestlet, because this class also handles the results of the resource methods, and not only routes the requests to the

Re: Need methods in DirectoryResource

2008-06-23 Thread Thierry Boileau
Hi Jean-Yves, let's wait for Jerome who will be back tomorrow. best regards, Thierry Boileau I play a little with WebDAV (and MS Web Folder). I try to create WebdavResource (extends com.noelios.restlet.local.DirectoryResource). I saw privates fieds (targetFile and targetDirectory) initiali