]
Dimitris Andreadis updated JBCOMMON-114:
----------------------------------------
Fix Version/s: 2.2.19.GA
(was: 2.2.18.GA )
Warning for non File URLs should also check for vfszip URLs
-----------------------------------------------------------
Key: JBCOMMON-114
URL:
https://issues.jboss.org/browse/JBCOMMON-114
Project: JBoss Common
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: common-core (2.x)
Affects Versions: 2.2.17.GA
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 2.2.19.GA
Within the resolveSystemIDasURL method the following check is performed: -
if (warnOnNonFileURLs &&
url.getProtocol().equalsIgnoreCase("file") == false)
{
log.warn("Trying to resolve systemId as a non-file URL: " +
systemId);
}
With the introduction of vfszip URLs from JBoss 5 these should also be checked and the
warning skipped if it is a vfszip URL.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: