Hi all, I've just uploaded a new snapshot of the trunk (future beta 20). It fixes bugs in the ServerServlet and adds support for Amazon Web Service authentication scheme.
http://www.restlet.org/downloads/current.zip Best regards, Jerome Changes log: ------------ [Bugs fixed] - Fixed bug causing the ServerServlet to create an extra HTTP server connector if one is available on the classpath. Reported by Sean Landis. - Fixed bug in StatusFilter, method dohandle() renamed to doHandle(). - Removed getStatusCode() and getReasonPhrase() methods in ServletCall hiding the actual value set. Reported by Sean Landis. [API breaking changes] - [Other changes] - Added JSON library as an external plugin project. See http://www.json.org - Now adds the mandatory "Date" header to all responses. - Added modifiable "identifier" and "secret" properties to ChallengeResponse, in addition to the raw "credentials" property. - Added support for Amazon Web Services authentication scheme for HTTP client requests. Added ChallengeScheme.HTTP_AWS constant and a sample example at com.noelios.restlet.example.misc.AwsTest. Suggested by Mikkel Jensen. - StatusService now has its "overwrite" property set to "false" by default.

