DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16087>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16087 String containing '##' is treated as unterminated String. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement Target Milestone|--- |1.5 ------- Additional Comments From [EMAIL PROTECTED] 2003-07-14 21:50 ------- This is working as expected. Everything after the ## comment characters is ignored. You can either single-quote your string to prevent interpolation, or backslash escape the characters which you don't want interpolated. Marking as a possible enhancement for the future. This would involve some parser changes. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
