commit | bd3fc1206b075a1eada8f6229d68cdb114a5799a | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Jan 12 15:43:50 2016 +0000 |
committer | Yi Kong <yikong@google.com> | Tue Jan 12 15:43:50 2016 +0000 |
tree | ed9de0527ecff005c6989dd0ca216299dddd9271 | |
parent | e403f418b0e4490d602455acc1cbffd88c5b9c58 [diff] |
Fix URI resolution for Rfc1808Example* tests OpenJDK URI resolution is written according to RFC 2196 reference implementation. However it is flawed and cannot pass its own examples. We fix this by taking some logic from RFC 3986 reference implementation and applying them on the RFC 2196 code path. Bug: 25897693 Change-Id: I0d581fda7359886ec5821857bb964d999f00ea46