- Issue created by @EJSeguinte
- Merge request !24Issue #3538391: Update Character Index to Remove extra Q and replace with a missing A. Remove... β (Open) created by Unnamed author
When the hashing functions were improved something was added that could cause cache tags to collide due to making them case insensitive.
The CHARS_INDEX in the cache manager is case sensitive. However when applying the hash it is converted to lower case allowing hashes to collide. I also noticed a duplicate/missing character in the index itself. It seems like a 'Q' was added twice and a 'A' is missing.
Update the compressTag tag function in the Cache Manager to no lowercase the hash and update the Character Index to remove the duplicate Q and add an A.
Active
4.0
Code