Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6570

FormattedServiceListWriter - meta http-equiv value not quoted

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.1.2
    • 3.1.3, 2.7.18, 3.0.7
    • Simple Frontend
    • None
    • Unknown

    Description

      In https://github.com/apache/cxf/blob/afd70f562f769c1f1ed26a275cbb3763b24cba43/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/servicelist/FormattedServiceListWriter.java line 56

       
      writer.write("<meta http-equiv=content-type content=\"text/html; charset=UTF-8\">");
      

      should be changed to

      writer.write("<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">");
      

      in oder to comply to http://www.w3schools.com/tags/att_meta_http_equiv.asp

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            joerg.rade Jörg Rade
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: