Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.8
-
Fix Version/s: 1.5.9
-
Component/s: None
-
Labels:None
-
Environment:Weblogic 10.3
Description
AxiomSoapMessageFactory#getCharSetEncoding(), when given the following HTTP Content-Type header (which I assume is valid),
application/xop+xml;type="text/xml; charset=utf-8"
returns a CharSet of 'utf-8"' instead of 'utf-8' (i.e. there is an erroneous double quote at the end of the string).