From fe63fdb7b423fb4b5f25aa4ec7585a6fb02226f7 Mon Sep 17 00:00:00 2001 From: milanmajchrak <90026355+milanmajchrak@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:15:43 +0100 Subject: [PATCH] Turned off signposting (#571) * Turned off and tested on dev. * Allowed signposting for the integration tests --- dspace-api/src/test/data/dspaceFolder/config/local.cfg | 3 +++ dspace/config/modules/signposting.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dspace-api/src/test/data/dspaceFolder/config/local.cfg b/dspace-api/src/test/data/dspaceFolder/config/local.cfg index a842905c53ab..e6cdba52ba78 100644 --- a/dspace-api/src/test/data/dspaceFolder/config/local.cfg +++ b/dspace-api/src/test/data/dspaceFolder/config/local.cfg @@ -301,3 +301,6 @@ file.preview.enabled = true ### Storage service ### sync.storage.service.enabled = false + +### Signposting configuration ### +signposting.enabled = true \ No newline at end of file diff --git a/dspace/config/modules/signposting.cfg b/dspace/config/modules/signposting.cfg index fba80da41481..001c55c5359a 100644 --- a/dspace/config/modules/signposting.cfg +++ b/dspace/config/modules/signposting.cfg @@ -26,7 +26,7 @@ signposting.path = signposting # When "true", the signposting controller is accessible on ${signposting.path} # When "false" or commented out, signposting is disabled/inaccessible. # (Requires reboot of servlet container, e.g. Tomcat, to reload) -signposting.enabled = true +signposting.enabled = false # Name of crosswalk to use for handling of 'describedby' links. signposting.describedby.crosswalk-name = DataCite