-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-2.1.3-ga4, liferay-faces-3.0.3-legacy-ga4, liferay-faces-3.0.3-ga4, liferay-faces-3.1.3-ga4
-
Component/s: Liferay Faces Util
-
Labels:None
The getFacesResourceBundle() method returns a non-thread-safe map. It is possible that put operations can take place from multiple request threads, and so the map should be a ConcurrentHashMap.