Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Universiteit Leiden: image IDs in Manifest don't match image IDs in Images themselves #3

Open
bertspaan opened this issue Jan 12, 2022 · 1 comment

Comments

@bertspaan
Copy link
Member

Universiteit Leiden: image IDs in Manifest don't match image IDs in Images themselves.

For example:

Source ID
Manifest https://iiif.universiteitleiden.nl/iiif/2/hdl%3A1887.1%2Fitem%3A2481581
Image https://iiif.universiteitleiden.nl/iiif/2/hdl:1887.1%252Fitem:2481581
@sammeltassen
Copy link
Member

sammeltassen commented Feb 9, 2022

ID Decoded (1x) Decoded (2x)
hdl%3A1887.1%2Fitem%3A2481581 hdl:1887.1/item:2481581 -
hdl:1887.1%252Fitem:2481581 hdl:1887.1%2Fitem:2481581 hdl:1887.1/item:2481581

Analysis:

  • First id: correctly encoded.
  • Second id: colon not encoded, slash double encoded

Inconsistency results in errors. Solution is to improve the encoding of the IDs in info.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants