I've just uploaded a new snapshot: http://www.restlet.org/downloads/current.zip
Current changes log: [Bugs fixed] - Fixed potential NPE when some JAR files are missing (no API implementation, no connector found, etc.). Reported by Dave Pawson. - Renabled the content negotiation by default for Directory instances. This prevented the correct serving of index files in tutorial. Reported by Dave Pawson. - Fixed ServerServlet which forgot to set the proper Servlet Context on the Application. Reported by Evan DiBiase. - Fixed NPE in Guard when no challenge response is set. Reported by Dave Pawson. - Integrated patches and bug fixes (few NPEs) detected by FindBugs. Contributed by Piyush Purang. [API changes] - Moved org.restlet.data.Result to org.restlet.resource.Result (deprecation used). - Replaced ConnectorService.get*Protocols() methods by just getClientProtocols() and getServerProtocols(). - Refactored the TunnelService a bit and added better Javadocs. [Enhancements] - HTTP calls now try to use the channel aspect of a representation before its stream aspect. Suggested by Lars Heuer. - Added source path to JSON external plugin. Suggested by Chris Grindstaff. - Added support for FindBugs in the Ant build script. Suggested by Piyush Purang. - Added "verify" target to build script to provide a shorter cycle for developpers. Contributed by Piyush Purang. - Slightly updated Eclipse code template file. Please re-import it if possible. - NRE now checks that each application has the required connectors available when starting it. - Added org.restlet.util.ImmutableDate. - Shortened author's info by removing the URI. - Refactored all hashCode() and equals() methods in classes of org.restlet.data package. Help from Piyush Purang. - Added Cookie test case for complex equality/hash code verification. - Limited AWS patch to JDK 5.0 update 9 and lower as this should be fixed in update 10 and already works in JDK 6.0. Best regards, Jerome Louvel -- Noelios Consulting http://www.noelios.com phone: (+33) 147 573 053 cellular: (+33) 685 142 112

