Daniel Beck commented on Bug JENKINS-18032

Unfortunately, the crumb is added at the same time the POST is sent, so one should not happen without the other.

In Firefox 33, I can suspend _javascript_ in the debugger while the dialog shows. When I then confirm deletion, and Step Over one instruction, I'm in the inline script block that handles the form submit triggered by the confirmation. (In the HTML, it's the next sibling element after the Delete Project link.) Could you step over until after crumb.appendToForm(form) and then check what e.g. form.innerHTML looks like? For me, it's <div><input name=".crumb" value="002233335556667777888aabbcccccee" type="hidden"></div>

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to