[jdk17u-dev] Integrated: 8286779: javax.crypto.CryptoPolicyParser#isConsistent always returns 'true'
Goetz Lindenmaier
goetz at openjdk.org
Fri Dec 6 19:39:53 UTC 2024
On Mon, 2 Dec 2024 09:01:52 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I would like to backport this small bugfix.
>
> I had to resolve because "8284112: Minor cleanup could be done in javax.crypto" is not in 17.
> Therefore the template parameters of the patched code differ:
> this change: processedPermissions = new Hashtable<>();
> jdk17: processedPermissions = new Hashtable<String, Vector<String>>();
>
> Test passes.
This pull request has now been integrated.
Changeset: fc658cc3
Author: Goetz Lindenmaier <goetz at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/fc658cc3d70285601ede3461b2961aadd405641a
Stats: 104 lines in 2 files changed: 97 ins; 4 del; 3 mod
8286779: javax.crypto.CryptoPolicyParser#isConsistent always returns 'true'
Reviewed-by: mdoerr
Backport-of: 8f400b9aab57d0639721add2ba511bfc0459bd89
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/3080
More information about the jdk-updates-dev
mailing list