Changes between Version 1 and Version 2 of Ticket #30772
- Timestamp:
- Sep 12, 2019, 3:36:37 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30772 – Description
v1 v2 21 21 The downside of this is that the cache key is now different from before. The tests have been updated to the new values. 22 22 23 There are other cache key generating functions used in other places which use MD5 still - if switching to SHA256 it would make sense to me to change those at the same time, meaning only one time invalidating keys on upgrade. 24 23 25 Thoughts?