EJPNO1013E
Whitelist configuration is not set.
Explanation
The theme contains static content deployed in a WAR. For security reasons, the WAR data source does not serve content until a special context parameter is set. This context parameter defines which files from the web module WebSphere Portal is able to serve. Define a whitelist using a regular expression that matches the files to make available.
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/></context-param><br/>....<br/></web-app></div>
Parent Validation reportsRelated tasks:
Add static content to the custom theme