Package jenkins.security.csp.impl
Class ReportingAction.CrumbExclusionImpl
java.lang.Object
hudson.security.csrf.CrumbExclusion
jenkins.security.csp.impl.ReportingAction.CrumbExclusionImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
ReportingAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain chain) This method is called for every incoming POST request.Methods inherited from class hudson.security.csrf.CrumbExclusion
all, process
-
Constructor Details
-
CrumbExclusionImpl
public CrumbExclusionImpl()
-
-
Method Details
-
process
public boolean process(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException Description copied from class:CrumbExclusionThis method is called for every incoming POST request.- Overrides:
processin classCrumbExclusion- Returns:
- true to indicate that the callee had processed this request (for example by reporting an error, or by executing the rest of the chain.)
- Throws:
IOExceptionjakarta.servlet.ServletException
-