URL parameters that are matched are turned into lowercase in the match object. This breaks e.g., putting mixed-case record IDs in the URL.
I can patch it, but I want to be aware of Chesterton's Fence: why does the existing logic lowercase stuff? And can all of the lowercasing be removed, or should it only be removed from the parameter extraction?
URL parameters that are matched are turned into lowercase in the match object. This breaks e.g., putting mixed-case record IDs in the URL.
I can patch it, but I want to be aware of Chesterton's Fence: why does the existing logic lowercase stuff? And can all of the lowercasing be removed, or should it only be removed from the parameter extraction?