| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
4096 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
META_INF_CSRFGUARD_PROPERTIES |
"META-INF/csrfguard.properties" |
public static final String |
OWASP_CSRF_GUARD_OVERLAY_PROPERTIES |
"Owasp.CsrfGuard.overlay.properties" |
public static final String |
OWASP_CSRF_GUARD_PROPERTIES |
"Owasp.CsrfGuard.properties" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACTION_ATTRIBUTE_NAME |
"AttributeName" |
public static final String |
ACTION_PREFIX |
"org.owasp.csrfguard.action." |
public static final String |
BANNED_USER_AGENT_PROPERTIES_PREFIX |
"org.owasp.csrfguard.bannedUserAgentProperty." |
public static final String |
CONFIG_OVERLAY_HIERARCHY_PROPERTY_NAME |
"org.owasp.csrfguard.configOverlay.hierarchy" |
public static final String |
CONFIG_OVERLAY_UPDATE_CHECK_PROPERTY_NAME |
"org.owasp.csrfguard.configOverlay.secondsBetweenUpdateChecks" |
public static final String |
CONFIG_PROVIDER_FACTORY_PROPERTY_NAME |
"org.owasp.csrfguard.configuration.provider.factory" |
public static final String |
LOGICAL_SESSION_EXTRACTOR_NAME |
"org.owasp.csrfguard.LogicalSessionExtractor" |
public static final String |
NEW_TOKEN_LANDING_PAGE |
"org.owasp.csrfguard.NewTokenLandingPage" |
public static final String |
PROTECTED_METHODS |
"org.owasp.csrfguard.ProtectedMethods" |
public static final String |
PROTECTED_PAGE_PREFIX |
"org.owasp.csrfguard.protected." |
public static final String |
UNPROTECTED_METHODS |
"org.owasp.csrfguard.UnprotectedMethods" |
public static final String |
UNPROTECTED_PAGE_PREFIX |
"org.owasp.csrfguard.unprotected." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_REFERER_PATTERN |
".*" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MISMATCH_MASTER_TOKEN_MSG |
"Request Token does not match the Master Token" |
public static final String |
MISMATCH_PAGE_TOKEN_MSG |
"Request Token does not match Page Token" |
public static final String |
RANDOM_TOKEN_FAILURE_MSG |
"Unable to generate the Random Token" |
public static final String |
REQUEST_MISSING_TOKEN_MSG |
"Required Token is missing from the Request" |
public static final String |
TOKEN_MISSING_FROM_STORAGE_MSG |
"The token should exist in the storage at this point" |
Copyright © 2025 OWASP. All rights reserved.