EJPNO1013E error
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 HCL WebSphere Portal is able to serve. We must define a whitelist using a regular expression that matches the files that we want to make available.
User action
The parameters are set in the web.xml file of the web module that contains 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 topic: Validation reports
Add static content to your custom theme