Description
The Servlet 3.0 spec allows JavaScript, CSS and image resources to be served from META-INF/resources. Click has had a similar feature where it deploys resources from META-INF/web. We should align with the Servlet spec and deploy resources from META-INF/resources instead.
If Click is deployed to a Servlet 3.0 container, no deployment would be necessary as resources would be served directly from the META-INF/resources folder.
For backward compatibility we should still deploy resources from META-INF/web.