Skip to content

Commit 58b3382

Browse files
jr-rkclaude
andcommitted
config: ship CLARIN-DSpace as the dtq-dev REST version prefix
dtq-dev is the UFAL/CLARIN customer base (see the ufal entry in the customer registry), not a vendor-neutral integration branch. #985 set the CLARIN identity on the REST root and the #1031 7.6.5 upgrade merge dropped it; leaving dspace.version.prefix commented out would have left that regression open, since the code default is "DSpace". Activate the property here instead. The code default stays "DSpace", so the fork identity now lives in configuration rather than in a literal that an upgrade merge can silently revert. Non-CLARIN deployments set the property to "DSpace". Requested in review by milanmajchrak on #1405. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 6fe6678 commit 58b3382

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

dspace/config/dspace.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ dspace.name = DSpace at My University
4343
dspace.shortname = DSpace
4444

4545
# Prefix for the version string exposed at the REST root (/server/api), rendered by the UI as
46-
# the HTML <meta name="Generator"> value. Defaults to "DSpace" when unset; CLARIN/customer
47-
# deployments may set e.g. "CLARIN-DSpace".
48-
# dspace.version.prefix = DSpace
46+
# the HTML <meta name="Generator"> value. Falls back to "DSpace" when unset or blank.
47+
# This branch is the UFAL/CLARIN base, so it ships the CLARIN identity by default.
48+
# Non-CLARIN deployments must set this to "DSpace".
49+
dspace.version.prefix = CLARIN-DSpace
4950

5051
# Assetstore configurations have moved to config/modules/assetstore.cfg
5152
# and config/spring/api/bitstore.xml.

0 commit comments

Comments
 (0)