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 2010/10/17 06:40:22 UTC

[jira] Created: (CLK-721) Add Servlet 3.0 deployment support

Add Servlet 3.0 deployment support
----------------------------------

                 Key: CLK-721
                 URL: https://issues.apache.org/jira/browse/CLK-721
             Project: Click
          Issue Type: Improvement
            Reporter: Bob Schellink


Click should support Servlet 3.0 deployment model. Basically we already do since our resources are placed under 'META-INF/resources', however we need to add a check if Click is running on a Servlet 3 container and if so, not deploy resources.

PS: JBoss6 seems to have changed classpath scanning again which probably breaks the DeployUtils algorithm. Fortunately JBoss 6 supports Servlet 3.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.