-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Util
-
Labels:None
The com.liferay.faces.util.xml.SAXParserFactory class needs to have a name that more clearly represents its purpose, namely the fact that it can be used in a multi-threaded environment (see FACES-1451).
In all branches it should be renamed to ConcurrentSAXParserFactory. However in all branches except the master (4.2.x) branch, there should be a legacy SAXParserFactory class that extends ConcurrentSAXParserFactory and is @Deprecated for backward-compatibility.