append_endorsed_list
append_endorsed_list(s1)
This command allows you to add to the list of external entities that are allowed to be processed by Publishing Engine. The accepted value is a string which can be either a file path, url or regex. It is recommended to add these to an acl file that will get loaded on Publishing Engine startup, such as an ACL file in the custom\init folder.
Example 1:
Adding a folder to the endorsed list
• append_endorsed_list("D:\images")
• append_endorsed_list("\\\\sharedpath\\folder1")
Example 2:
Adding multiple strings to the endorsed list
• append_endorsed_list “https://www.examplesite.org/static/images/image1.png;https://examplesite2.com//img/image2.png”
• append_endorsed_list("path1;Path2;path3")
The list is pre-populated with the following values:
• PE install directory,
• PE custom and application directories,
• PE temp directory,
• com.ptc.prowt.arbortext directory (if the adapter is enabled and any custom adapter directories),
• x-wc:// (as a regex if the adapter is enabled or the correct prefix for custom adapters),
• PE active transactions directory
Entities which are not added to this list are not published by Arbortext Publishing Engine.