Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 7ab6d8e5751bd479e72246ecee9e56f684d87ef9
https://github.com/jenkinsci/jenkins/commit/7ab6d8e5751bd479e72246ecee9e56f684d87ef9
Author: Jesse Glick <[email protected]>
Date: 2019-12-20 (Fri, 20 Dec 2019)
Changed paths:
M test-pom/pom.xml
M test/src/test/java/hudson/PluginTest.java
M test/src/test/java/hudson/diagnosis/HudsonHomeDiskUsageMonitorTest.java
M test/src/test/java/jenkins/security/ResourceDomainTest.java
Log Message:
-----------
Adapt to newer HtmlUnit (#4398)
* Adapt to newer HtmlUnit.
* https://github.com/HtmlUnit/htmlunit/pull/29 seems to have been incompatible.
WebClient.addRequestHeader will no longer override a header in a WebRequest,
such as when the same WebClient/WebRequest was previously used with different
headers.
* Tracked down a behavioral change in passing through URL-encoded path
characters.
https://github.com/HtmlUnit/htmlunit/commit/2c4956863420e4baef9d3d8c23ec0577ec64d2bf
picks up
https://github.com/apache/httpcomponents-client/commit/8c04c6ae5e5ba1432e40684428338ce68431766b
which is the actual change.
* jenkins-test-harness 2.58
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/f9b2c5-7ab6d8%40github.com.