which manifest files do I have to modify? jogl-all.jar gluegen-rt.jar and then the windows-x-x.jar and other platforms?
any other ones?
so jogl-all.jar for instance looks like
Manifest-Version: 1.0
Implementation-Title: Java Bindings for OpenGL Runtime Environment
Implementation-Version: 2.3.2
Application-Name: Java Bindings for OpenGL
Specification-Vendor: JogAmp Community
Created-By: 1.8.0_60-b27 (Oracle Corporation)
Implementation-URL:
http://jogamp.org/Implementation-Vendor: JogAmp Community
Ant-Version: Apache Ant 1.9.4
Implementation-Commit: e794fc40ba723f2fca4ac892e873975fb393e007
Trusted-Library: true
Implementation-Vendor-Id: com.jogamp
Application-Library-Allowable-Codebase: *
Permissions: all-permissions
Specification-Title: Java Bindings for OpenGL API Specification
Implementation-Branch: origin/master
Specification-Version: 2.3
Implementation-Build: 2.3-b1469-20151010
Extension-Name: com.jogamp.opengl
Codebase: *.jogamp.org
what would I have to change these too? and why do I have to change these when the online web versions that we linked to on the jogl site used to just work before the security update without modifying their manifest files?