restlet-framework-java icon indicating copy to clipboard operation
restlet-framework-java copied to clipboard

Fix to support restlets that serve static content.

Open pulquero opened this issue 9 years ago • 2 comments

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.

pulquero avatar Aug 08 '15 15:08 pulquero