From 9aee3c40c0906bd5b0fc56b794497e00cbb2a4bb Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 16 Feb 2023 17:25:25 -0800 Subject: [PATCH] Backport #912 fix in 2.14(.3) --- release-notes/VERSION-2.x | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index f8eabeb768..9a075ca7e8 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -22,6 +22,9 @@ No changes since 2.14 #909: Revert schubfach changes in #854 (contributed by @pjfanning) +#912: Optional padding Base64Variant still throws exception on missing + padding character + (reported by @Vity01) 2.14.2 (28-Jan-2023)