|
||||||||
|
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: Kohsuke Kawaguchi
Path:
changelog.html
core/pom.xml
core/src/main/java/hudson/security/AccessDeniedHandlerImpl.java
core/src/main/resources/lib/layout/layout.jelly
http://jenkins-ci.org/commit/jenkins/d3575548bbd39acdbc0f73533f9078d59828b428
Log:
[FIXED JENKINS-15437]
The exception handler ended up adding almost all the headers again,
resulting in a lot of duplicate headers.
Most critically, stapler was adding "Content-Encoding" header twice,
breaking browsers.