Hi all,
as you are probably aware we are working on implement the signposting patterns in DSpace 7 and we are close to this goal.
Reviewing internally what has been done a doubt come to our mind about the redirection that are used in a couple of scenario in dspace, is it needed to add the signposting headers also in the redirecting URL or is it ok to have them just in the final canonical / preferred URL?
a concrete example, to download the file from this item
DSpace uses URL like that
that redirect to
in the linkset we can include directly the final url but this will work only for resource that doesn't require authorization so if we want to be safe we should really use the first url also on the signposting side (I imagine the use case of a browser plugin that looking to the signposting header offer an alternative UI to the user to save the file in they personal library). Should we include the signpost headers also in the /download URL?
Redirections exist also at the item level for instance the previous item can be accessed also via
Thanks for your feedback,
Andrea