Re: Bug in Directory handler

2007-01-02 Thread Thierry Boileau
Hi Sean, thanks for the report, your fix has been integrated in svn. Best regards, Thierry Jerome Louvel a écrit : Hi Sean, Thanks for the report, I was able to simply reproduce it by creating a test directory: http://www.restlet.org/downloads/test/ We'll integrate your fix to 1.0 RC2.

Multipart Form Media Type Problem

2007-01-02 Thread Randy Layman
When I send a multipart form upload to a restlet, I'm trying to verify that I received an actual multipart upload with: if (representation.getMediaType().equals(MediaType.MULTIPART_FORM_DATA)) This is returning false because the multipart type's name is multipart/form-data; boundary=..

Re: Multipart Form Media Type Problem

2007-01-02 Thread Thierry Boileau
Hi Randy, Thanks for the report. The issue 236 has been created in order to answer your question. Best regards, Thierry Randy Layman a écrit : When I send a multipart form upload to a restlet, I'm trying to verify that I received an actual multipart upload with: if