I noticed two different cases where a HashMap is being used in a multithreaded read/write manner. As we all know the java HashMap implementation does not allow concurrent read/writes that are not externally synchronized. Is there some reason I should not be concerned? The classes are OgnlUtils and SpringObjectFactory. Both classes are actually xworks API. Is xworks a different project? Should this question be directed towards a different list?
Darren