On Fri, 24 Apr 2026 00:42:44 GMT, Anthony Scarpino <[email protected]> wrote:
> I need a review for a change to check for whitespaces and tabs that may > follow a PEM header or footer. The current code only checks for a > whitespace, but ends without a EOL character, resulting in a failure. > > Tony > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). lgtm, just 1 tiny nitpick test/jdk/java/security/PEM/PEMDecoderTest.java line 28: > 26: /* > 27: * @test > 28: * @bug 8298420 8365288 nit: Suggestion: * @bug 8298420 8365288 8377975 ------------- PR Review: https://git.openjdk.org/jdk/pull/30909#pullrequestreview-4169016035 PR Review Comment: https://git.openjdk.org/jdk/pull/30909#discussion_r3136394492
