Hi all, As we had a significant number of bug fixes since RC4, it seems safer to release an intermediary RC5 before going final.
Here is the first snapshot of RC5. We will release if officially later this week with the updated web site: http://www.restlet.org/downloads/current.zip Changes log since 1.0 RC4: -------------------------- [Bugs fixed] - Added missing dependency on Apache Commons IO for the Commons FileUpload library. Reported by Thierry Boileau. - Fixed unconformity with pre-conditions test when the resource has no representation and the client sends "if-match:*" header. - TunnelService wasn't removing the preference parameters from the query after usage. Reported by Valdis Rigdon. - Fixed potential NPE in Router.detach() method. Reported by Alex Combs. - Stop the applications attached to the default virtual host when stopping the component. Reported by Alex Combs. - Fixed ServerServlet adapter to make it start and stop the application with the Servlet lifecycle. Previously the application was started upon the first request and never stopped. [API changes] - The default HTTPS connector for Jetty is now BIO based because the NIO one is marked as "beta quality" only. - Added Context.setLogger() method. Suggested by Alex Combs. - Remove temporarily the WAR support. - Added a getTransformer() method to TransformRepresentation to get and customize the underlying XSLT engine. It is currently based on JDK's internal XSLT engine. Suggested by Denis Haskin. [Enhancements] - Enhanced support of Java SE 4.0 via Retrotranslator. - The checking of identifier's secret is deported in a delegated method. Contributed by Valdis Rigdon. - Refactored the build files to extract the Web files to another SVN repository. - Add comments describing status codes and methods (from HTTP, Webdav RFC). Suggested by Chuck Hinson. Best regards, Jerome Louvel -- http://www.restlet.org

