Class ReportingAction.CrumbExclusionImpl

java.lang.Object
hudson.security.csrf.CrumbExclusion
jenkins.security.csp.impl.ReportingAction.CrumbExclusionImpl
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
ReportingAction

@Extension public static class ReportingAction.CrumbExclusionImpl extends CrumbExclusion
  • 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: CrumbExclusion
      This method is called for every incoming POST request.
      Overrides:
      process in class CrumbExclusion
      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:
      IOException
      jakarta.servlet.ServletException