-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
If I search against two collections, 34412234 and 262985232, I see this in the URL:
I expect the collections to be encoded as numbers with a comma between, which would be 34412234%2C262985232. However, what I see is 34412234%252C262985232. Note the use of %252C instead of %2C. %25 is "%", so I think this is being double encoded.
Fixing this needs to be done carefully, because it needs to support things people have bookmarked but also be fixed. Perhaps it could switch to support either cc (new proper format) OR cs (backwards compatible) as one way to make this fix cleanly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working