You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/06/16 15:51:26 UTC

DO NOT REPLY [Bug 4776] - ResponseUtils.filter() does not encode the apostrophe character

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 jholmes612@yahoo.com  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>