Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SecurityUtil: Generalize cert validation and AccessControlContext query; ↵ | Sven Gothel | 2012-03-13 | 1 | -147/+0 |
| | | | | | | | | | | | | | | | | | | PropertyAccess: Fix security code, grant access to common 'trusted' properties - SecurityUtil - Generalize cert validation for JAR and property access - Grant access to common AccessControlContext for 'same' cert - PropertyAccess: - Fix security code: Passing the current AccessControlContext from the caller didn't include priviledges. - Grant access to common 'trusted' properties, which removes the need of passing the AccessControlContext for general properties like 'jnlp.', 'jogamp.' .. - Enable registering 'trusted' properties, when caller's cert is 'same' | ||||
* | Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, ↵ | Sven Gothel | 2012-03-13 | 1 | -0/+147 |
Platform, IOUtil, .. - Intro.: PropertyAccess - Base class of all Debug impl, reduces redundancies. - jnlpAlias'ed trusted property is queried within local AccessControlContext to avoid 'JRE' implementation differences (should not be required). - throw NPE and IllegalArgumentException for invalid property key - Added safe PropertyAccess - JNILibLoaderBase: sun.jnlp.applet.launcher - Platform: jogamp.gluegen.UseTempJarCache - IOUtil: java.io.tmpdir |