EJPNO1013E error | HCL Digital Experience
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 your web module HCL Portal is able to serve. You must define a whitelist using a regular expression that matches the files that you 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>