Hey Jerome, Working with Restlet on localhost:8080 works great -- but I recently deployed an app onto a server running on port 80 and got a NullPointerException in com.noelios.restlet.container.HostScorer:89. Seems that it does a toString() on what's returned from request.getBaseRef().getHostPort(), which is null if you don't have an explicit port (runs on 80).
I'm running an SVN version of 1.0rc1 released on Nov. 29 Regards, Jeff Walter

