com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Applying QoS for a Service

Quality of Service (QoS) provides security and reliability to a service. 

If you have a configured policy file, you can apply QoS for a proxy service by setting the Security Enabled property to true, pointing to the policy key under Service Policies in the proxy properties, and specifying the allowRoles parameter (and any additional parameters) under the Service Parameters property to specify which users can access the proxy service. For example, if you want to make this proxy service available to users who have the Admin or Dev role, you would specify the allowRoles parameter as follows:

<parameter name="allowRoles">Admin,Dev</parameter>

By default, the role names are not case sensitive. If you want to make them case sensitive, add the following property under the <AuthorizationManager> configuration in the user-mgt.xml file:

<Property name="CaseSensitiveAuthorizationRules">true</Property>

 


com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.