license file found unexpected after compress jdk160-debug.tar bundle.
reproduced by:
1.in a subdir with sufficient space,unzip jdk160-debug.tar bundle
2.Go to java_home dir,check licenses in text files and zip files.
for every file ends with "*.zip" or "*.jar"
do "./bin/jar -tvf *.zip/*.jar | grep -i license | grep -v META | grep -v class"
expected : no licenses in text files / zip files found
actual: in file ./sample/jnlp/webpad/war/app/jlfgr__V1.0.jar find license "1671 Mon Feb 14 15:04:50 PST 2000 LICENSE"
in test log:
License file of some sort found unexpectedly!
File is ./sample/jnlp/webpad/war/app/jlfgr__V1.0.jar
1671 Mon Feb 14 15:04:50 PST 2000 LICENSE
License file checking failed.
reproduced by:
1.in a subdir with sufficient space,unzip jdk160-debug.tar bundle
2.Go to java_home dir,check licenses in text files and zip files.
for every file ends with "*.zip" or "*.jar"
do "./bin/jar -tvf *.zip/*.jar | grep -i license | grep -v META | grep -v class"
expected : no licenses in text files / zip files found
actual: in file ./sample/jnlp/webpad/war/app/jlfgr__V1.0.jar find license "1671 Mon Feb 14 15:04:50 PST 2000 LICENSE"
in test log:
License file of some sort found unexpectedly!
File is ./sample/jnlp/webpad/war/app/jlfgr__V1.0.jar
1671 Mon Feb 14 15:04:50 PST 2000 LICENSE
License file checking failed.