wso2 / andes

Apache License 2.0
39 stars 128 forks source link

Avoid connection credentials in console logs #928

Closed hastef88 closed 6 years ago

hastef88 commented 6 years ago

If the connection url specified in the jndi context fails to parse, the andes client includes the full url into the exception message. Since this url can contain passwords, this commit avoids adding the such sensitive data into the exception object.

Public Jira : https://wso2.org/jira/browse/APIMANAGER-5915