• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • teck
  • Reporter: teck
  • January 31, 2011
  • 0
  • Watchers: 0
  • July 27, 2012
  • January 31, 2011

Description

Through the iterator.remove on Cache.getKeys() one can remove elements from the cache. This is against the javadoc of Cache.getKeys() that says the list is not live.

It also can break search in 3.5.0 since the remove happens without sending any meta data

Comments