-
Bug
-
Resolution: Fixed
-
Major
-
bitbucket-plugin 1.0
Jenkins 1.594
```
2014_12_23.stderrout.log-Dec 23, 2014 8:35:02 AM hudson.security.csrf.CrumbFilter doFilter
2014_12_23.stderrout.log:WARNING: No valid crumb was included in request for /jenkins/bitbucket-hook/. Returning 403.
```
This is well-known issue on GitHub-webhook and already fixed there.
I'm creating similar patches and will send the pull request later.
Code changed in jenkins
User: Aidan
Path:
src/main/java/com/cloudbees/jenkins/plugins/BitbucketHookReceiver.java
src/test/java/com/cloudbees/jenkins/plugins/CrumbExclusionTest.java
http://jenkins-ci.org/commit/bitbucket-plugin/9ace547bbc36c44e8407541ce8be405ccc82d9bc
Log:
Fixing
JENKINS-26234by excluding crumb requirement for /bitbucket-hook