diff options
| author | Ade Lee <alee@redhat.com> | 2016-09-02 16:08:02 -0400 |
|---|---|---|
| committer | Ade Lee <alee@redhat.com> | 2016-09-02 16:20:45 -0400 |
| commit | 7a93dbeae18407e28437f4affc31ddc24a2c42f2 (patch) | |
| tree | 967ca10ee53d724d3df82345360bfe2955a1db4a /base/java-tools/src/com | |
| parent | bc65e12500cbc3381b4e755a4a50214f43049ad3 (diff) | |
| download | pki-7a93dbeae18407e28437f4affc31ddc24a2c42f2.tar.gz pki-7a93dbeae18407e28437f4affc31ddc24a2c42f2.tar.xz pki-7a93dbeae18407e28437f4affc31ddc24a2c42f2.zip | |
Fix CertRequestInfo URLs
The URLs were generated by a UriBuilder that referred to the resource's
annotated path. This top-level path changed though, even if the underlying
paths did not. Replace this with a reference to the getX methods instead.
Also fixed a few eclipse flagged warnings (unused imports etc).
Ticket 2447
Diffstat (limited to 'base/java-tools/src/com')
| -rw-r--r-- | base/java-tools/src/com/netscape/cmstools/HttpClient.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/java-tools/src/com/netscape/cmstools/HttpClient.java b/base/java-tools/src/com/netscape/cmstools/HttpClient.java index 432be9c15..594ec69a4 100644 --- a/base/java-tools/src/com/netscape/cmstools/HttpClient.java +++ b/base/java-tools/src/com/netscape/cmstools/HttpClient.java @@ -126,8 +126,6 @@ public class HttpClient { Password pass = new Password(password.toCharArray()); token.login(pass); - int i; - SSLHandshakeCompletedListener listener = new ClientHandshakeCB(this); org.mozilla.jss.ssl.SSLSocket.SSLVersionRange stream_range = new org.mozilla.jss.ssl.SSLSocket.SSLVersionRange( |
