Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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