Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-714

Incorrect encoding of single quotes for Ajax requests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.1.0.5
    • 5.2.0, 5.1.0.6, 5.1.0.7
    • tapestry-core
    • None

    Description

      I've encountered what I think is a bug in the rendering of an ajax response.
      Basically, we're returning a block that contains a textfield component. The
      value of that textfield component is something with a single quote in it,
      for example "o'reilly". The response markup for that textfield is:

      <input value='o'reilly' id='addressLine1-1215dd60f22'
      name='addressLine1' type='text'><\/input>

      which renders as "o'reilly" in Firefox, but in IE the value renders as
      "o'reilly". According to
      http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
      should be rendering out ' instead.

      I've looked into where the ' is coming from and its in the
      AbstractMarkupModel class, in the encodeQuoted() method (around line 132).

      Attachments

        1. TAP-714.patch
          1 kB
          Ciaran Wood
        2. TAP5-714-5.1.txt
          1 kB
          Ulrich Stärk

        Activity

          People

            thiagohp Thiago Henrique De Paula Figueiredo
            ciaranwood Ciaran Wood
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: