You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2009/07/28 23:00:16 UTC

[jira] Resolved: (CLK-570) Deploy resources from META-INF/resources to align with Servlet 3.0 spec

     [ https://issues.apache.org/jira/browse/CLK-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink resolved CLK-570.
-------------------------------

    Resolution: Fixed

fixed in trunk

> 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.