Message-ID: From: "AllanBoydCA (@AllanBoydCA)" To: "pgjdbc/pgjdbc" Date: Wed, 09 Apr 2025 17:14:32 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3050: Default driver settings can result in PII leakage In-Reply-To: References: List-Id: X-GitHub-Author-Login: AllanBoydCA X-GitHub-Comment-Id: 2790428585 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2025-04-09T17:18:36Z X-GitHub-Issue: 3050 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3050#issuecomment-2790428585 Content-Type: text/plain; charset=utf-8 Hi. This is quite an old ticket now but is perhaps an opportunity to improve ybJDBC by reducing risk of PII leakage. With logServerErrorDetail defaulting to true, it can result in leaked PII unless the client is aware of the default setting and takes steps to set it to false. Thanks @vlsi for responding to the initial request. Could you elaborate on what you meant by "Applications should log the exceptions properly"?