You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searching for the DOI 10.31219/osf.io/f7txy returns details, 10.31219/osf.io/f7txY doesn't even though DOIs are case insensitive.
Worse, it's actually resolving the DOI data the second time and failing with a UniqueConstraintViolationException (on the handle being doi:10.31219/osf.io/f7txy). Crossref always returns a lowercase DOI; I don't know if any DOIs have been resolved from a webpage where it's not all lowercase (as that may result in multiple entries with different cases).
The text was updated successfully, but these errors were encountered:
This change adds test cases for resolving a preprint with a DOI that is already known, including a failing case where the DOI used is in a different case (as it should be case insensitive).
Refs #388, #430
Searching for the DOI
10.31219/osf.io/f7txy
returns details,10.31219/osf.io/f7txY
doesn't even though DOIs are case insensitive.Worse, it's actually resolving the DOI data the second time and failing with a
UniqueConstraintViolationException
(on the handle beingdoi:10.31219/osf.io/f7txy
). Crossref always returns a lowercase DOI; I don't know if any DOIs have been resolved from a webpage where it's not all lowercase (as that may result in multiple entries with different cases).The text was updated successfully, but these errors were encountered: