|
||||||||
|
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/groups/opt_out.

Code changed in jenkins
User: Clark Boylan
Path:
src/main/java/jenkins/plugins/jclouds/blobstore/BlobStorePublisher.java
http://jenkins-ci.org/commit/jclouds-plugin/8b55b2f580e6f0a3ab89c7f5f265952d11e27a41
Log:
[Fix JENKINS-16632] Don't print auth stack traces.
Really fix
JENKINS-16632. We cannot print the AuthorizationExceptionstack trace because it contains private auth info and printing the stack
trace writes it to the Jenkins build console log. Instead catch
AuthorizationExceptions then create a new RuntimeException whose message
can be printed. Print the RuntimeException stack trace and a helpful
message that authorization failed.