Details
Description
I have content with quotes:
Content-Type: text/html; charset="UTF-8"
I see the quotes represented as " in the infoset in the Trace view:
<ContentType> <MimeType> <Type>text</Type> <Subtype>html</Subtype> </MimeType> <Parameter> <key>charset</key> <value>"UTF-8"</value> </Parameter> </ContentType>
When I extract the results from JDom, I see the quotes again:
<?xml version="1.0" encoding="UTF-8"?><ContentType><MimeType><Type>text</Type><Subtype>html</Subtype></MimeType><Parameter><key>charset</key><value>"UTF-8"</value></Parameter></ContentType>