On 19/06/2010 04:37, [email protected] wrote: > also fix a wrong values in SessionMap.entrySet()
Seems SessionMap#entrySet should have been Map#values? Guess we can move that code under #values instead of throwing exception. I think the nested Entry class will give issues inside Velocity since it's not public. Can you confirm? regards Bob
