[jboss-jira] [JBoss JIRA] (JBCOMMON-114) Warning for non File URLs should also check for vfszip URLs

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Fri Aug 3 17:56:07 EDT 2012


     [ https://issues.jboss.org/browse/JBCOMMON-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimitris Andreadis updated JBCOMMON-114:
----------------------------------------

    Fix Version/s: 2.2.20.GA
                       (was: 2.2.19.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
>             Fix For: 2.2.20.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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list