When I try to run camel-ftp with incomplete definition of route I get an exception which shows the ftp password. Shouldn't we hide the password in this exception?
org.apache.camel.FailedToCreateRouteException: Failed to create route route1 at: >>> Split[{} -> []] <<< in route: Route(route1)[[From[ftp://jbouska@localhost/ftp?password=abc... because of Definition has no children on Split[{} -> []]
|