-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.6.4, arender-2.0.0
-
Component/s: ARender
-
Team:PLATFORM
-
Sprint:nxplatform #43, nxplatform #44
-
Story Points:1
We would like to be able to disable the redact and watermark controls on the Previewer.
To do that we need to put the bean below in our server customization XML file:
<bean id="delegate" class="com.arondor.viewer.common.rendition.connector.ClientDocumentService"> <property name="remoteDocumentServiceProvider" ref="remoteDocumentServiceProvider" /> <property name="ignoreDocumentAccessorsWithExceptions" value="${arender.server.rendition.ignore.document.accessors.with.exceptions}" /> <property name="maxTries" value="${arender.server.rendition.max.tries}" /> <property name="remoteTargets" ref="remoteTargetUrls" /> <property name="searchDocumentsInRenditionTargets" value="${arender.server.rendition.search.documents}" /> <property name="routingTable" ref="routeTableMap${arender.server.routing.table.type}" /> <property name="displayWatermarkProviderBeanName" value="${arender.server.watermark.display.provider}" /> <property name="watermarkConfiguration" ref="watermarkConfiguration" /> <property name="documentRenditionsActive" value="${arender.server.document.renditions.active}" /> </bean>
This will allow us to disable the behavior with the environment variable below:
ARENDERSRV_ARENDER_SERVER_DOCUMENT_RENDITIONS_ACTIVE=false
- depends on
-
NEV-463 Update ARender version to 4.4.2.NX1.3
- Resolved
- Is referenced in