diff options
Diffstat (limited to 'java/src/IceSSL/Instance.java')
-rw-r--r-- | java/src/IceSSL/Instance.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/src/IceSSL/Instance.java b/java/src/IceSSL/Instance.java index e14619334d7..59ae5ed7afa 100644 --- a/java/src/IceSSL/Instance.java +++ b/java/src/IceSSL/Instance.java @@ -18,7 +18,9 @@ class Instance _securityTraceCategory = "Security"; // - // Register the endpoint factory. + // Register the endpoint factory. We have to do this now, rather than + // in initialize, because the communicator may need to interpret + // proxies before the plugin is fully initialized. // _facade.addEndpointFactory(new EndpointFactoryI(this)); } |