> Hi, > > The fix for the reported bug in Utils.CONTEXT_RESTRICTED caused a couple of > regression failures, which turned out to be another bug exposed by this fix > where HTTP/1.1 CONNECT requests with authentication were filtering out proxy > authentication headers wrongly. This was because the HttpRequestImpl created > for the repeated CONNECT was putting the system headers in the user headers > area of the HttpRequestImpl. The fix for that is to supply the user and > system headers direct to the place where the new HttpRequestImpl is created. > > Thanks > Michael
Michael McMahon has updated the pull request incrementally with one additional commit since the last revision: Updated test ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/2977/files - new: https://git.openjdk.java.net/jdk/pull/2977/files/6900f5dc..7d858094 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2977&range=03 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2977&range=02-03 Stats: 23 lines in 1 file changed: 15 ins; 4 del; 4 mod Patch: https://git.openjdk.java.net/jdk/pull/2977.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/2977/head:pull/2977 PR: https://git.openjdk.java.net/jdk/pull/2977