public void setCaptchaFormUrl(String captchaFormUrl)(Code)
The URL where the CaptchaProcessingFilter login page can be found. Should be relative to
the web-app context path, and include a leading / Parameters: captchaFormUrl -
setForceHttps
public void setForceHttps(boolean forceHttps)(Code)
Set to true to force captcha form access to be via https. If this value is ture (the default is false),
and the incoming request for the protected resource which triggered the interceptor was not already
https, then
Parameters: forceHttps -
setIncludeOriginalParameters
public void setIncludeOriginalParameters(boolean includeOriginalParameters)(Code)
setIncludeOriginalRequest
public void setIncludeOriginalRequest(boolean includeOriginalRequest)(Code)