restlet-framework-java
restlet-framework-java copied to clipboard
Fix to support restlets that serve static content.
RestletFrameworkServlet fails to support restlets that serve static content due to "No ClientDispatcher". This patch fixes this by creating an implicit Component in much the same way as ServerServlet.