As we had a couple of changes since the first snapshot of 1.0RC5, it would be
nice if some of you
could test them and confirm that no regression occurred before we release
1.0.0 later this month. Current changes log:
[Bugs fixed]
- 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.
- Fixed bug with the order of the representations provided by a Directory (TEXT/URI-LIST and TEXT/HTML) as IE does
not send HTML preference in the Accept headers.
- Send the Vary header only to none-MSIE user agents as MSIE seems to support
badly this header. Reported by Heinrich Klobuczek.
- Enhanced but non completely fixed support of long URIs (due to regexp
limitations). Reported by Ivan Gorgiev.
[API changes]
- 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.
- The default name of the application's context logger is now either the
canonical application's class name,
or "org.restlet.application" for anonymous classes. It allows for a finer
filtering of log entries.
[Enhancements]
- 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.
- Updated Apache Fileupload to 1.2 and Commons IO to 1.3.1.
- Clarified the Javadocs for Restlet.init() method.
- Added initial support for IntelliJ in the SVN code base. Contributed by James
Todd.
- Updated db4o library (object database) to version 6.1.
Download link:
http://www.restlet.org/downloads/current.zip
Best regards,
Thierry Boileau