Add check for findByAltGlobalId when parsing handles
What this PR does / why we need it: Requests for Handle redirect containing /citation was not redirecting to dataset.xhtml causing a Not Found response.
Which issue(s) this PR closes:Does not full close https://github.com/IQSS/dataverse.harvard.edu/issues/315
- Closes #
Special notes for your reviewer:
Suggestions on how to test this: Tested manually by opening https://qa.dataverse.org/citation?persistentId=hdl:1902.1/00021 in the browser and seeing that it redirects to https://qa.dataverse.org/dataset.xhtml?persistentId=hdl:1902.1/00021. Testing with the actual link (https://hdl.handle.net/1902.1/00021) will redirect to Production (https://dataverse.harvard.edu/citation?persistentId=hdl:1902.1/00021) causing the Page Not Found.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?: included
Additional documentation: