[OS-JIRA] Created: (WOL-1018) HTML formatter shouldn't convert to entities inside attributes

From: JIRA (Timo)
Date: Fri May 22 2009 - 04:14:19 EDT

  • Next message: Chuck Hill: "Re: r5798 - in trunk/woproject/wolips: 3rdparty/plugins/org.objectstyle.wolips.thirdparty.commonscollections/META-INF 3rdparty/plugins/org.objectstyle.wolips.thirdparty.log4j/META-INF base/plugins/org.objectstyle.wolips.baseforplugins/META-INF core/plugins/org.objectstyle.wolips.bindings/META-INF core/plugins/org.objectstyle.wolips.woproject/META-INF"

    HTML formatter shouldn't convert to entities inside attributes
    --------------------------------------------------------------

                     Key: WOL-1018
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1018
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: AgentJ
                Reporter: Timo Höpfner

    The HTML formatter converts special characters to HTML entity notation. This is good in most cases, but it shouldn't do so inside attributes.

    The following:

    <p>äöüßÄÖÜ</p>
    <input type="submit" value="äöüßÄÖÜ" />

    Is converted to:

    <p>&auml;&ouml;&uuml;&szlig;&Auml;&Ouml;&Uuml;</p>
    <input type = "submit" value = "&auml;&ouml;&uuml;&szlig;&Auml;&Ouml;&Uuml;" />

    Inside the "p" tag this is fine, but it shouldn't touch the "value" attribute of the "input" element.

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Fri May 22 2009 - 04:15:32 EDT