-
Bug
-
Resolution: Fixed
-
P4
-
1.0
-
None
-
1.0.1
-
generic
-
generic
I use the JMXMP protocol to do TLS.
If i add the following in the client map:
tls.enabled.cipher.suites, "dummy"
i got an IllegalArgumentException.
If i add the following in the client map:
tls.enabled.protocols, "dummy"
i got an IOException.
It's not specified which one of the 2 exceptions is expected.
But it should be nice to have a symmetric behavior,
that is either the 2 configs throw IllegalArgumentException
or the 2 configs throw IOException.
###@###.### 2004-01-09
If i add the following in the client map:
tls.enabled.cipher.suites, "dummy"
i got an IllegalArgumentException.
If i add the following in the client map:
tls.enabled.protocols, "dummy"
i got an IOException.
It's not specified which one of the 2 exceptions is expected.
But it should be nice to have a symmetric behavior,
that is either the 2 configs throw IllegalArgumentException
or the 2 configs throw IOException.
###@###.### 2004-01-09