[ 
https://issues.apache.org/jira/browse/CLK-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bob Schellink updated CLK-674:
------------------------------

    Description: 
Click escapes Control values and attributes using HTML entities, which doesn't 
play nice when returning XML payloads for Ajax requests.

I suggest we only escape dangerous HTML characters > < " ' &, with the option 
of switching escaping off.

Is there any reason to escape all HTML entities?



  was:
Click escapes Control values and attributes using HTML entities, which doesn't 
play nice when returning XML payloads for Ajax requests.

We need to escape characters using XML entities instead e.g. &#8364; for the 
euro sign.




> Escape control values as xml entities instead of html
> -----------------------------------------------------
>
>                 Key: CLK-674
>                 URL: https://issues.apache.org/jira/browse/CLK-674
>             Project: Click
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.2.0
>            Reporter: Bob Schellink
>            Assignee: Bob Schellink
>             Fix For: 2.3.0
>
>
> Click escapes Control values and attributes using HTML entities, which 
> doesn't play nice when returning XML payloads for Ajax requests.
> I suggest we only escape dangerous HTML characters > < " ' &, with the option 
> of switching escaping off.
> Is there any reason to escape all HTML entities?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to