jaikiran pai created WFCORE-4298:
------------------------------------
Summary: Multi-release jar resource loading in VFSResourceLoader doesn't
take into account the Multi-Release manifest attribute value
Key: WFCORE-4298
URL:
https://issues.jboss.org/browse/WFCORE-4298
Project: WildFly Core
Issue Type: Bug
Reporter: jaikiran pai
Assignee: jaikiran pai
Pull request
https://github.com/wildfly/wildfly-core/pull/3636 introduced support for
loading resources from multi-release jar files, through VFSResourceLoader. However, right
now, it just looks for the presence of the `Multi-Release` manifest attribute but
doesn't check the value of that attribute before deciding whether or not to process
the jar as a multi-release jar. As per the spec[1], the expectation is to consider the jar
as multi-release enabled only if the value of `Multi-Release` attribute is `true`
[1]
https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-January/058131...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)