org.springframework.cache.interceptor.DefaultKeyGenerator has too weak hashing functionality [SPR-9377] #14013
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Uh oh!
There was an error while loading. Please reload this page.
Andrey Karandey opened SPR-9377 and commented
Key generating has a weak hashing function. Next results are equal:
generate( object1,method1,new Integer( 109 ),new Integer( 434)));
generate( object1,method1,new Integer( 110 ),new Integer( 403)));
It was pity to catch it on production...
Affects: 3.1.1
Issue Links:
3 votes, 4 watchers
The text was updated successfully, but these errors were encountered: