Skip to content

Commit

Permalink
fix wrong config property breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangantner committed Aug 28, 2023
1 parent 0395112 commit 362749b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dspace/config/local.cfg.EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ db.schema = public
# avoid trouble for such browsers (i.e. rest.cors.allowed-origins = ${dspace.ui.url}, https://samltest.id )
#rest.cors.allowed-origins = ${dspace.ui.url}

#rest.cors.bitstream-allowed-origins = ${dspace.ui.url}
#rest.cors.bitstream-allow-origins = ${dspace.ui.url}

#################################################
# SPRING BOOT SETTINGS (Used by Server Webapp) #
Expand Down
2 changes: 1 addition & 1 deletion dspace/config/modules/rest.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ rest.regex-clause = text_value ~ ?
##### Customize the REST origins allowed to retrieve the bitstreams #####
##### default is set to pattern * - use this configuration to restrict/modify this behavior
##### This configuration doens't support the wildcard
bitstream.cors.allowed-origins =
rest.cors.bitstream-allow-origins =


##### Configure REST Report Filters #####
Expand Down

0 comments on commit 362749b

Please sign in to comment.