[jboss-jira] [JBoss JIRA] (WFLY-4064) Web-fragments of Servlet 3 API doesn't work in WildFly

Stuart Douglas (JIRA) issues at jboss.org
Tue Nov 11 09:34:54 EST 2014


    [ https://issues.jboss.org/browse/WFLY-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018764#comment-13018764 ] 

Stuart Douglas commented on WFLY-4064:
--------------------------------------

Even more accurately they need a Servlet 2.5 or above descriptor (or no descriptor) in a Servlet 3.0 or above container.

Descriptors below 2.5 are considered metadata-complete, which means that no scanning is performed and web fragments are ignored. Servlet 2.5 introduced the notion of metadata completeness, so if a deployment with a 2.5 descriptor is not marked as metadata complete web fragments must still be processed. 

> Web-fragments of Servlet 3 API doesn't work in WildFly
> ------------------------------------------------------
>
>                 Key: WFLY-4064
>                 URL: https://issues.jboss.org/browse/WFLY-4064
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (JBoss Web), Web (Undertow)
>    Affects Versions: 8.1.0.Final
>            Reporter: Georgy Go
>            Assignee: Stuart Douglas
>         Attachments: test.zip
>
>
> The same project with web-fragments works fine in Tomcat 8 and doesn't in WildFly 8.1.0.Final.
> The problem is registred servlet unaccessable from it's path, failes with "Not Found" error.
> Because it's works fine in Tomcat, I think it's bug.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-jira mailing list