Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.21.0
-
None
-
Novice
Description
Simplified route:
from(inUri)
.toD("http4://user:password@host:port/path");
When a HttpOperationFailedException occurs the message contains the unmasked password e.g. "HTTP operation failed invoking http://user:password@host:port/path ..."
I guess Camel should mask the password.