Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DAFFODIL-773

trace output of infoset and final result infoset don't serialize quotes the same

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • s10
    • None
    • Back End, Debugger, Usability

    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>&quot;UTF-8&quot;</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>
      
       

      Attachments

        Activity

          People

            Unassigned Unassigned
            mbeckerle Mike Beckerle
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: