On Fri, 30 May 2025 12:06:21 GMT, Varada M <vara...@openjdk.org> wrote:
> Omitting the mode/padding in a transformation string eg: "AES/ /NoPadding" > throws NoSuchAlgorithmException. > This patch restores the behavior by ensuring that empty mode or padding > strings are interpreted as null. > > Testing done for : tier1 - fastdebug level (AIX) > > JBS: [JDK-8358159](https://bugs.openjdk.org/browse/JDK-8358159) I think this should have a regression test for this change. Also, you indicated this patch restores the behavior - do you know what release this last worked in and what issue caused it to stop working? ------------- PR Comment: https://git.openjdk.org/jdk/pull/25547#issuecomment-2922293706