Description
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.