Class BitbucketWebhookCrumbExclusion

java.lang.Object
hudson.security.csrf.CrumbExclusion
com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookCrumbExclusion
All Implemented Interfaces:
ExtensionPoint

@Extension public class BitbucketWebhookCrumbExclusion extends CrumbExclusion
Adds exception to the CSRF protection filter for BitbucketWebhookEndpoint.
  • Constructor Details

    • BitbucketWebhookCrumbExclusion

      public BitbucketWebhookCrumbExclusion()
  • Method Details

    • process

      public boolean process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
      Specified by:
      process in class CrumbExclusion
      Throws:
      IOException
      javax.servlet.ServletException