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=4776>. 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=4776 ResponseUtils.filter() does not encode the apostrophe character ------- Additional Comments From [EMAIL PROTECTED] 2002-06-16 13:51 ------- ResponseUtils.filter() is a method for encoding special characters that can be misinterpreted by HTML interpreters. "'" (apostrophe) is not a special character in HTML and thus should not be encoded. Unfortunately ResponseUtils.filter() has no way of knowing whether or not its output is being enclosed by "'" characters. I believe that this bug should be closed as its not really a bug. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>