diff options
author | Neil Fuller <nfuller@google.com> | 2016-03-16 18:20:42 +0000 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2016-03-17 14:18:54 +0000 |
commit | 7ac2143d73aa65c1d8bdb448ad11ee90a5503a85 (patch) | |
tree | 561bdf5302985a1946c929d5b6c6779ec86f101b /jsr166-tests/src/test/java/jsr166/ThreadLocalRandom8Test.java | |
parent | 8b6e88c52843b00a2b335a46cf9816d6eb62daf9 (diff) |
Fix for a runtime exception that could occur with bad redirects
If the redirect address contained an invalid % escape sequence
the request would fail with a runtime exception when the URI
object was created to be passed to ProxySelector. Now the
bad escape sequence is itself escaped. e.g. %0& -> %250&. The
actual request made is unchanged (i.e. it will still contain
%0&).
This is related to changes in external/okhttp.
Bug: 27590872
Change-Id: I17e00aed33ff77c2f527e78f311c47c7a1c6bdb6
Diffstat (limited to 'jsr166-tests/src/test/java/jsr166/ThreadLocalRandom8Test.java')
0 files changed, 0 insertions, 0 deletions