[jboss-jira] [JBoss JIRA] (WFLY-729) Invalid descriptor doesn't rejected - requirement of <servlet-name> uniqueness by specs.
Tomaz Cerar (JIRA)
issues at jboss.org
Mon Feb 10 09:45:31 EST 2014
[ https://issues.jboss.org/browse/WFLY-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar closed WFLY-729.
----------------------------
Fix Version/s: (was: Awaiting Volunteers)
Resolution: Out of Date
JbossWeb is no longer used in WildFly8.
If same issue still occurs with Undertow, please create new issue.
> Invalid descriptor doesn't rejected - requirement of <servlet-name> uniqueness by specs.
> ----------------------------------------------------------------------------------------
>
> Key: WFLY-729
> URL: https://issues.jboss.org/browse/WFLY-729
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web (JBoss Web)
> Reporter: Pavel Janousek
> Assignee: Remy Maucherat
> Priority: Minor
>
> Invalid web.xml deployment descriptor like this:
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" metadata-complete="false">
> <servlet>
> <servlet-name>ConflictServlet</servlet-name>
> <servlet-class>org.jboss.as.test.integration.web.servlet.deployment.DummyServlet</servlet-class>
> </servlet>
> <servlet>
> <servlet-name>ConflictServlet</servlet-name>
> <servlet-class>org.jboss.as.test.integration.web.servlet.deployment.DummyServlet</servlet-class>
> </servlet>
> </web-app>
> {code}
> isn't rejected during deploying a such WAR application.
> Uniqueness of <servlet-name> is requirement of Servlet deployment descriptor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list