Hi, I was going through the org.jboss.deployment.scanner.DeploymentFilter and I saw that it excludes also 'tags'. As for JSP 2.0/Servlet 2.4, 'tags' is a reserved word for a folder under WEB-INF in WAR files, which contains custom files (basically JSP files with .tag extension) which can be included in a JSP page.
What are your thoughts about it?
Its still not a deployable, so the fact that its excluded won't matter.