Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9
-
Fix Version/s: 1.5
-
Labels:None
Description
The class fails at reading following XML content:
<?xml version='1.0' encoding='UTF-8'?><element attr-encoding='attribute value'/>
it causes
java.io.UnsupportedEncodingException: ATTRIBUTE VALUE
the regexp used to extract encoding value in XML prolog is wrong, and extracts wrong content...
fixed in r7158, which should be released in plexus-utils 1.5