-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
mercurial-plugin 1.54, "Prevent Cross Site Request Forgery exploits" enabled
The the "Webhooks" functionality of Bitbucket only allows to generate POST requests. I would like to use it to trigger builds on Jenkins, but I get the following message in jenkins.log:
Sep 10, 2015 12:43:44 PM hudson.security.csrf.CrumbFilter doFilter
WARNING: No valid crumb was included in request for /bitbucket-hook. Returning 403.
- links to
[JENKINS-30384] Add CrumbExclusion for mercurial hooks
Description |
New:
The the "Webhooks" functionality of Bitbucket only allows to generate POST requests. I would like to use it to trigger builds on Jenkins, but I get the following message in jenkins.log: Sep 10, 2015 12:43:44 PM hudson.security.csrf.CrumbFilter doFilter WARNING: No valid crumb was included in request for /bitbucket-hook. Returning 403. |
Component/s | New: bitbucket-plugin [ 18755 ] | |
Component/s | Original: mercurial-plugin [ 15502 ] | |
Labels | New: crumb mercurial webhook |
Assignee | Original: Jesse Glick [ jglick ] |
Remote Link | New: This issue links to "mercurial-plugin PR 71 (Web Link)" [ 13147 ] |
Workflow | Original: JNJira [ 165490 ] | New: JNJira + In-Review [ 181997 ] |
While the /mercurial endpoint may well need a crumb exclusion (never been reported AFAIK), this hook is in another plugin.