Dmitrii Kriukov created CAMEL-20707: ---------------------------------------
Summary: Two Optionals in HttpComponentVerifierExtension are checked for null Key: CAMEL-20707 URL: https://issues.apache.org/jira/browse/CAMEL-20707 Project: Camel Issue Type: Bug Components: camel-http Reporter: Dmitrii Kriukov Assignee: Dmitrii Kriukov Line 211 if (proxyAuthUsername != null && proxyAuthPassword != null) { They should be checked with isPresent() instead -- This message was sent by Atlassian Jira (v8.20.10#820010)