> Regression introduced in > [JDK-8359956](https://bugs.openjdk.org/browse/JDK-8359956). I don't recollect > why, but I replaced `sigAlgName.contains(pattern)` with > `sigAlgName.endsWith(pattern)` in the original code being re-worked.
Artur Barashev has updated the pull request incrementally with one additional commit since the last revision: Update the comment with a better signature example ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30064/files - new: https://git.openjdk.org/jdk/pull/30064/files/3a4f0dfb..6bd665cc Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30064&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30064&range=01-02 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/30064.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30064/head:pull/30064 PR: https://git.openjdk.org/jdk/pull/30064
