net.kwfgrid.gwes.servlet
Class SecurityChecker
java.lang.Object
net.kwfgrid.gwes.servlet.SecurityChecker
public class SecurityChecker
- extends Object
- Version:
- $Id: SecurityChecker.java 1419 2010-11-01 14:12:17Z hoheisel $
- Author:
- Andreas Hoheisel
(www.andreas-hoheisel.de)
|
Method Summary |
static boolean |
checkPath(String arg)
Checks inputs for security issues. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityChecker
public SecurityChecker()
checkPath
public static boolean checkPath(String arg)
- Checks inputs for security issues.
- Parameters:
arg - input string.
- Returns:
- Returns
false if input contains insecure escape characters.
Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.