PASTAplus / DataPortal

EDI Data Portal
3 stars 3 forks source link

Journal Citation: Error when using the Fill operation #138

Open rogerdahl opened 2 months ago

rogerdahl commented 2 months ago

Attempting to fill information for the following DOI causes the portal to return an internal server error.

https://doi.org/10.1890/0012-9658(2001)082[0541:TRBPRA]2.0.CO;2

The error is:

.IllegalArgumentException: Illegal character in path at index 44: http://dx.doi.org/10.1890/0012-9658(2001)082[0541%3aTRBPRA]2.0.CO;2

The character at location 44 (zero based) is [. Replacing the brackets did not cause the error but also did not find the DOI:

10.1890/0012-9658(2001)082%5B0541%3aTRBPRA%3B2.0.CO;2

Likely cause is using the DOI in the URL without escaping it.

image