RFR: 8350582: Correct the parsing of the ssl value in javax.net.debug [v4]
Sean Coffey
coffeys at openjdk.org
Thu Apr 17 15:30:52 UTC 2025
On Mon, 14 Apr 2025 23:59:39 GMT, Bradford Wetmore <wetmore at openjdk.org> wrote:
>
> This bug only handles the `ssl` change, so I'm thinking we should change the regtest for this bug to be a simple test looking for the effects of `ssl` with no `data/verbose/plaintext/packet` output, and move (or update) this more general test to be done for 8044609.
>
> Thoughts?
Thanks for comments Brad. I've added extra component areas to the test.
JDK-8044609 will bring in further clean up. Given that we've zero test coverage in this area today, I think it's important/useful to have a test that reflects what the code is doing today. Some behaviour is broken I'd argue (and conflicts with our docs and help menus) The test can be modified further with the JDK-8044609 changes. It'll also help give us a better picture around impact of upcoming changes. For that reason, I'd like to keep the current test coverage.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23781#issuecomment-2813324792
More information about the security-dev
mailing list