org.apache.jasper.security
public final class SecurityUtil extends Object
Method Summary | |
---|---|
static String | filter(String message)
Filter the specified message string for characters that are sensitive
in HTML. |
static boolean | isPackageProtectionEnabled()
Return the SecurityManager only if Security is enabled AND
package protection mechanism is enabled. |
Parameters: message The message string to be filtered
SecurityManager
only if Security is enabled AND
package protection mechanism is enabled.