OpenLiberty / liberty-arquillian

Arquillian Liberty Managed and Remote containers
Apache License 2.0
10 stars 29 forks source link

Only allow web.xml and web-fragment.xml #122

Closed jhanders34 closed 1 year ago

jhanders34 commented 1 year ago

Short description of what this resolves:

Files that end with web.xml or web-fragment.xml cause errors when using the liberty arquillian plugin. Only files that have the exact name of web.xml and web-fragment.xml should be treated as web XML descriptors. This change was identified while doing TCK testing for Jakarta EE 10 where some applications have a glassfish-web.xml file in them.

Changes proposed in this pull request:

Fixes: #113