Daniel Beck commented on Bug JENKINS-27311

If you know how to add headers to your requests using your browser's dev tools, run the following in Manage Jenkins ยป Script Console:

org.kohsuke.stapler.Dispatcher.TRACE_PER_REQUEST = true

And then add the header X-Stapler-Trace: true to your /$stapler/bound requests.

Then, the log recorder for the logger org.kohsuke.stapler.Dispatcher will log things on FINE, and the 404 response should also contain some debug output.

If you don't know how to add headers, run

org.kohsuke.stapler.Dispatcher.TRACE = true
to enable debug logging for all requests.

These changes can be undone any time by running the equivalent ... = false script.

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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to