Re: RFR: 8309841: Jarsigner should print a warning if an entry is removed [v6]

2024-09-30 Thread Weijun Wang
On Mon, 30 Sep 2024 13:50:23 GMT, Sean Mullan wrote: >> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> update warning message > > test/lib-test/jdk/test/lib/util/JarUtilsTest.java line 59: > >> 57: JarUtils.deleteEn

Re: RFR: 8309841: Jarsigner should print a warning if an entry is removed [v6]

2024-09-30 Thread Sean Mullan
On Fri, 27 Sep 2024 14:41:20 GMT, Weijun Wang wrote: >> There ~are two~ is one change~s~: >> >> 1. In `jarsigner -verify`, check a .SF file contains un-existing entries and >> print them out as >> >> Warning: nonexistent signed entries detected: [a] >> >> ~2. In `JarSigner::sign0`, when creat

Re: RFR: 8309841: Jarsigner should print a warning if an entry is removed [v6]

2024-09-27 Thread Weijun Wang
> There ~are two~ is one change~s~: > > 1. In `jarsigner -verify`, check a .SF file contains un-existing entries and > print them out as > > Warning: nonexistent signed entries detected: [a] > > ~2. In `JarSigner::sign0`, when creating a new .SF file, only include signed > file entries.~ > >