[ http://jira.magnolia.info/browse/MAGNOLIA-1506?page=comments#action_14256 
] 
            
Oliver Lietz commented on MAGNOLIA-1506:
----------------------------------------

> What is about to url encode the srtings (only special characters are encoded)?

Doesn't work for several reasons:

- not all characters which are illegal as id/name are encoded
- encoding works only for ASCII characters (or hex/url results are of different 
length, 2 or 4 digits)
- encoding is done in hex prefixed with a % (percent sign), which is illegal as 
id/name character

There are lots of cases where ids/names are prefixed or suffixed, e.g. btn_ or 
_fileNameExtension - only the id/name should be encoded and the prefix/suffix 
should be let as is.



> controlType name (HTML/JavaScript)
> ----------------------------------
>
>                 Key: MAGNOLIA-1506
>                 URL: http://jira.magnolia.info/browse/MAGNOLIA-1506
>             Project: Magnolia
>          Issue Type: Sub-task
>            Reporter: Oliver Lietz
>         Assigned To: Oliver Lietz
>


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

        

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to