EJPNO1014I
Blacklist configuration is not set.
Explanation
The theme contains static content deployed in a WAR. With a blacklist we can remove certain entries from the set of files available in the whitelist. A blacklist is helpful to serve a folder but not a certain file within that folder.
User action
The parameters are set in web.xml of the web module containing the static theme content. For example, serve all files that are not part of the WEB-INF folder.
<div class="themeOptAnalyzerFixedText"><web-app><br/>...<br/><context-param><br/> <param-name><br/> com.ibm.portal.whitelist<br/> </param-name><br/> <param-value>.*</param-value><br/> <par am-name><br/> com.ibm.portal.blacklist<br/> </param-name><br/> <param-value>WEB-INF/.*</param-value><br/></context-param><br/>....<br/></web-app></div>
Parent Validation reportsRelated tasks:
Add static content to the custom theme