| java.lang.Object demo.cart.HTMLFilter
HTMLFilter | final public class HTMLFilter (Code) | | HTML filter utility.
author: Craig R. McClanahan author: Tim Tye version: $Revision: 1 $ $Date: 2006-11-27 16:46:47 -0800 (Mon, 27 Nov 2006) $ |
Method Summary | |
public static String | filter(String message) Filter the specified message string for characters that are sensitive
in HTML. |
filter | public static String filter(String message)(Code) | | Filter the specified message string for characters that are sensitive
in HTML. This avoids potential attacks caused by including JavaScript
codes in the request URL that is often reported in error messages.
Parameters: message - The message string to be filtered |
|
|