[jboss-jira] [JBoss JIRA] (WFLY-3002) ServletContext.getResourcePaths() does'nt meet Spec

Andre Dietisheim (JIRA) issues at jboss.org
Tue Feb 25 12:25:48 EST 2014


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

Andre Dietisheim commented on WFLY-3002:
----------------------------------------

yes I can confirm the issue being fixed for me with the latest code from master. The servlet provides the following output:

{code}
getResourcePaths("/")
/welcome.html (true)
/catalog/ (true)
/WEB-INF/ (true)
/customer/ (true)
/META-INF/ (false)
SPEC fulfilled


getResourcePaths("/catalog/")
/catalog/offers/ (true)
/catalog/moreOffers/ (true)
/catalog/products.html (true)
/catalog/index.html (true)
SPEC fulfilled
{code}
                
> ServletContext.getResourcePaths() does'nt meet Spec
> ---------------------------------------------------
>
>                 Key: WFLY-3002
>                 URL: https://issues.jboss.org/browse/WFLY-3002
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Web (Undertow)
>    Affects Versions: 8.0.0.Final
>            Reporter: Ercan Oezkan
>            Assignee: Stuart Douglas
>            Priority: Critical
>         Attachments: resource-test.zip
>
>
> Undertow ServletContext.getResourcePaths() does'nt meet the Spec Servlet 2.3. Please see attched Test Web Project resource-test.zip, Undertow does'nt resolve the resources in Child Dependencies located under WEB-INF/lib Folder

--
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