]
jaikiran pai updated WFCORE-4298:
---------------------------------
Affects Version/s: 8.0.0.Beta3
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
Affects Versions: 8.0.0.Beta3
Reporter: jaikiran pai
Assignee: jaikiran pai
Priority: Minor
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...