org.owasp.esapi.waf.rules
public class AddHTTPOnlyFlagRule extends Rule
| Constructor and Description |
|---|
AddHTTPOnlyFlagRule(java.lang.String id,
java.util.List<java.util.regex.Pattern> name) |
| Modifier and Type | Method and Description |
|---|---|
Action |
check(javax.servlet.http.HttpServletRequest request,
InterceptingHTTPServletResponse response,
javax.servlet.http.HttpServletResponse httpResponse) |
boolean |
doesCookieMatch(java.lang.String cookieName) |
public AddHTTPOnlyFlagRule(java.lang.String id,
java.util.List<java.util.regex.Pattern> name)
public Action check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
public boolean doesCookieMatch(java.lang.String cookieName)
Copyright © 2014 The Open Web Application Security Project (OWASP). All Rights Reserved.