Open the Adobe Experience Manager Web Console Configuration page.
The default URL to access the configuration page is:
http://<server name>:<port>/system/console/configMgr
This release notes lists the top new features and enhancements in 3.8.x release of XML Documentation for Adobe Experience Manager.
Starting with XML Documentation solution 3.8 release, an administrator can define a list of valid special characters allowed in filenames. In earlier releases, users were allowed to define filenames containing special characters such as @, $, >, and more. These special characters resulted in encoded URL on generation of AEM Site pages.
In the 3.8 release, configurations have been added to define a list of special characters that are allowed in the filenames. By default, the valid filename configuration contains "a-z A-Z 0-9 - _". This implies that while creating a file, you can have any special character in the file's title, but internally it will get replaced with a hyphen (-) in the filename. For example, you can have the file's title as Introduction 1 or Introduction@1, the corresponding filename generated for both these cases would be Introduction-1.
When you define a list of valid characters, remember that these characters "*/:[\]|#%{}?&<>"/+" and a space will always be replaced with a "-".
If you do not configure the valid special characters list, the file creation process might give you some unexpected results. To avoid such errors, it is recommended to make this configuration change immediately after upgrading your build to 3.8 release.
To configure the valid special characters, perform the following steps:
Open the Adobe Experience Manager Web Console Configuration page.
The default URL to access the configuration page is:
http://<server name>:<port>/system/console/configMgr
Search for and click on the com.adobe.fmdita.common.SanitizeNodeNameImpl bundle.
In the Disallowed Character Set for Publishing to AEM Sites property, ensure that the property is set to ‘<>`@$. You can add more special characters to this list, however, it must have these required special characters.
Click Save.
Search for and click on the com.adobe.fmdita.config.ConfigManager bundle.
In the Regex for Valid Characters property, ensure that the property is set to [-a-zA-Z0-9_]. You can add more characters to this list, however, it must have these basic characters and the list must start with a hyphen '-'.
There are a number of new features and enhancements introduced in the following areas of the product.
The bugs fixed in 3.8 release are listed below: