ComponentConfigBean does not check for an empty value in the config files list
------------------------------------------------------------------------------

                 Key: SHALE-424
                 URL: https://issues.apache.org/struts/browse/SHALE-424
             Project: Shale
          Issue Type: Bug
          Components: Clay
    Affects Versions: 1.0.4
            Reporter: Hermod Opstvedt
         Assigned To: Hermod Opstvedt
             Fix For: 1.0.5-SNAPSHOT


If you specify your Clay Common Configuration Resources in web.xml as follows:
    <context-param>
        <param-name>
            org.apache.shale.clay.COMMON_CONFIG_FILES
        </param-name>
        <param-value>
                       /WEB-INF/clay-config.xml,
                       /WEB-INF/tomahawk-1.1.5-SNAPSHOT-config.xml</param-value>
    </context-param>

the ComponentConfigBean will take the cr/lf as an empty filename and try to 
creeate a URL from it.  ComponentConfigBean needs to check for empty values 
before actually trying to create the URL.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to