-
Notifications
You must be signed in to change notification settings - Fork 3
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
Verbatim links need to URL escape parameters #780
Comments
The It is the |
clearly no custom url parser. But should we not URL encode every ID in the path so this does not happen? I would expect the application to URL encode all IDs used in the path or parameter, so we would have this in the case above: |
Now, parameters are encoded. But still, this is what query-string :
makes out of
I guess it decodes before splitting parameters by the |
Puzzling. I still get errors for links from |
I could not reproduce that locally, but have just pushed sth that might fix it - but it is guessing though ;-) |
The
Å
in the URL parameters breaks the application. It needs to be URL encoded:https://data.catalogueoflife.org/dataset/1141/verbatim?type=col:Taxon&type=col:Synonym&type=col:Description&type=col:Media&type=col:Distribution&type=col:VernacularName&col:parentID=Asterales-Asteraceae-Cichorioideae-Taraxacum-abalienatum-Kirschner%20&%20Å&col:taxonID=Asterales-Asteraceae-Cichorioideae-Taraxacum-abalienatum-Kirschner%20&%20Å&col:taxonID=Asterales-Asteraceae-Cichorioideae-Taraxacum-abalienatum-Kirschner%20&%20Å&col:taxonID=Asterales-Asteraceae-Cichorioideae-Taraxacum-abalienatum-Kirschner%20&%20Å&col:taxonID=Asterales-Asteraceae-Cichorioideae-Taraxacum-abalienatum-Kirschner%20&%20Å&col:taxonID=Asterales-Asteraceae-Cichorioideae-Taraxacum-abalienatum-Kirschner%20&%20Å&termOp=OR
linked from the taxon details page and verbatim pages, e.g. here:
https://data.catalogueoflife.org/dataset/1141/verbatim?col%3AparentID=Asterales-Asteraceae-Cichorioideae-Taraxacum&col%3AtaxonID=Asterales-Asteraceae-Cichorioideae-Taraxacum&col%3AtaxonID=Asterales-Asteraceae-Cichorioideae-Taraxacum&col%3AtaxonID=Asterales-Asteraceae-Cichorioideae-Taraxacum&col%3AtaxonID=Asterales-Asteraceae-Cichorioideae-Taraxacum&col%3AtaxonID=Asterales-Asteraceae-Cichorioideae-Taraxacum&q=Kirschner&termOp=OR&type=col%3ATaxon&type=col%3ASynonym
https://data.catalogueoflife.org/dataset/1141/taxon/Asterales-Asteraceae-Cichorioideae-Taraxacum-abalienatum-Kirschner%20%26%20Å
The text was updated successfully, but these errors were encountered: