Hi Ben, [...]
What main benefits are there for me in upgrading to the (future 1.1) > version? If you are not planning to go into production soon, you would be able to leverage many enhancements and to help us with tests and maybe coding. See latest changes log: http://restlet.tigris.org/source/browse/restlet/trunk/build/tmpl/text/changes.txt?view=markup Additional question: > I'd like to have all requests to directory resources redirected if they do > not > end with a trailing slash, such that they do ... I think Directory already > does > this. It would help me to have a plain english (rather than source) > explanation > of how I should approach this (presumably in my Finder subclass)? When we detect an URI without trailing slash targeting a directory, we automatically redirect the client to the URI with slash. For implementation details, you should look at the source of DirectoryResource and FileClientHelper classes. Best regards, Jerome

