【发布时间】:2014-03-26 14:26:10
【问题描述】:
我无法使用 ESAPI 类下的 of 方法'
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 文件中传递参数类型?
有什么例子可以使用我可以参考的属性文件值吗?
【问题讨论】: