Converted string constants do not escape special characters properly
--------------------------------------------------------------------

         Key: XDP-140
         URL: http://jira.codehaus.org/browse/XDP-140
     Project: XDoclet 2 Plugins
        Type: Bug

  Components: actionscript  
    Versions: 1.0.3    
    Reporter: Joe Berkovitz
    Priority: Minor


The emitted actionscript code for public static constants does not correctly 
escape String characters that cannot be included as-is in the body of the 
string initializer.  For example, quotes or control characters should be 
embedded as \" or \u00XX respectively.

This does not seem like a major issue because the primary use of constants in 
AS client/server communication is to represent symbolic identifiers rather than 
arbitrary string data.

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



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to