[OS-JIRA] Created: (WOL-1031) Reformat of HTML escapes inside woognl expressions

From: Johann Werner (JIRA) ("Johann)
Date: Thu Jun 25 2009 - 07:28:44 EDT

  • Next message: Patrick Robinson: "resources.include.patternset: noeol (missing final newline)"

    Reformat of HTML escapes inside woognl expressions
    --------------------------------------------------

                     Key: WOL-1031
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1031
                 Project: WOProject/WOLips
              Issue Type: Bug
             Environment: WOLips 3.4.5807
                Reporter: Johann Werner

    Doing a Refactor->Format escapes woognl expressions rendering them non functional:

    <wo:textfield value="$someString" class="~aMethod('arg1') + ' foo'" />

    becomes

    <wo:textfield value="$someString" class="~aMethod(&apos;arg1&apos;) + &apos; foo&apos;" />

    and next time it becomes

    <wo:textfield value="$someString" class="~aMethod(&amp;apos;arg1&amp;apos;) + &amp;apos; foo&amp;apos;" />

    any successive format does not alter the tag anymore. So the format does not detect woognl expressions and it should leave &apos; as this is already escaped.

    -- 
    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 : Thu Jun 25 2009 - 07:29:52 EDT