diff options
author | Omair Majid <[email protected]> | 2013-09-23 12:34:25 -0400 |
---|---|---|
committer | Omair Majid <[email protected]> | 2013-09-23 12:34:25 -0400 |
commit | 0b4378d462bf9e44afe71d8c87adf682dd116c50 (patch) | |
tree | c91b0ace61b30e086d54c2a09f3d748a09c8461a /netx/net/sourceforge/jnlp/tools | |
parent | 9ba69baff18dd24b207e0a8b6ad76133fe4ea536 (diff) |
Unit tests for JNLPProxySelector
This contains one functional change:
- String host = uri.getSchemeSpecificPart().split(":")[0];
+ String host = uri.getHost();
Given the URI of "socket://example.org", the first line
evaluates to "//example.org", while the second one (correctly)
evaluates to "example.org".
Diffstat (limited to 'netx/net/sourceforge/jnlp/tools')
0 files changed, 0 insertions, 0 deletions