Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1652

Hard-coded quotes in xml prologue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.3.3, 1.4-M1
    • 1.3.5, 1.4-RC1
    • wicket
    • None

    Description

      Even if you specify a prologue as:
      <?xml version="1.0" encoding="UTF-8"?>
      (i.e. double quoted) it gets delivered as:
      <?xml version='1.0' encoding='UTF-8'?>

      XML spec says either should be acceptable but I've come across one case where it would be useful to have it use the quote char that's supplied.

      Attachments

        1. Page.patch
          1 kB
          Gwyn Evans

        Activity

          People

            ivaynberg Igor Vaynberg
            gwynevans Gwyn Evans
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: