Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

[ sisc-Bugs-1557206 ] (write) doesn't escape strings in 1.16.4: msg#00003

Subject: [ sisc-Bugs-1557206 ] (write) doesn't escape strings in 1.16.4
Bugs item #1557206, was opened at 2006-09-12 14:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1557206&group_id=23735

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dan M. (dalan76)
Assigned to: Nobody/Anonymous (nobody)
Summary: (write) doesn't escape strings in 1.16.4

Initial Comment:
$ /opt/sisc-1.15.2/sisc
SISC (1.15.2)
#;> (begin (write "\\b\n") (newline))
"\\b\n"
#;> (exit)

$ /opt/sisc-1.16.4/sisc
SISC (1.16.4)
#;> (begin (write "\\b\n") (newline))
"\b\n"
#;> (exit)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1557206&group_id=23735

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


<Prev in Thread] Current Thread [Next in Thread>