Jiri Ondrusek created CAMEL-18680:
-------------------------------------
Summary: Wrong initialization of KeyStoreParameters causes
java.lang.IllegalArgumentException
Key: CAMEL-18680
URL: https://issues.apache.org/jira/browse/CAMEL-18680
Project: Camel
Issue Type: Bug
Components: camel-core-api, camel-vertx
Affects Versions: 3.20.0
Reporter: Jiri Ondrusek
Assignee: Jiri Ondrusek
Newly added validation on
[JsseParameters|https://github.com/apache/camel/commit/2d1a56c2282229478f812eb7f573479428d128d3#diff-f9902a7576d2dce46871a88c8ad5694f6bf4036c83d46d3da5cf7a2c84fe6df1R116]
is not respected on several places using KeStoreParamaterts.
I encountered a failure on camel-quarkus/http extension and on several
vertx-http tests in Camel (VertxHttpSSLTest and
VertxHttpSSLGlobalConfigurationTest)
The error message is
{quote}java.lang.IllegalArgumentException: CamelContext must be specified on:
KeyStoreParameters[type=null, password=********, provider=null,
resource=/jsse/keystore.p12]{quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)