我无法使用ESAPI
类中存在的方法'
java.lang.String getValidInput(java.lang.String context,
java.lang.String input,
java.lang.String type,
int maxLength,
boolean allowNull)
throws ValidationException,
IntrusionException
Parameters:
type - The regular expression name that maps to the actual regular expression from "ESAPI.properties".
如何从ESAPI.properties
文件中传递参数类型?任何使用我可以参考的属性文件值的示例?