Deploy resources from META-INF/resources to align with Servlet 3.0 spec
-----------------------------------------------------------------------
Key: CLK-570
URL: https://issues.apache.org/jira/browse/CLK-570
Project: Click
Issue Type: Improvement
Components: core
Affects Versions: 2.1.0 RC1
Reporter: Bob Schellink
Assignee: Bob Schellink
Fix For: 2.1.0
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.