diff options
author | Sven Gothel <[email protected]> | 2012-06-21 20:30:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-06-21 20:30:53 +0200 |
commit | 2a10f604b65f12ae5e8987bfa73cffcc1d5f796e (patch) | |
tree | 78a0363853e527806d412b9a7bea542804f974ca /make/build.xml | |
parent | cf37c7469593b111017e80fd9d618c2eb6c235a5 (diff) |
Fix Bug 591: Fix 'jnlp.' aliasing of PropertyAccess.getProperty(..):
Usually you set a property like
jogamp.debug.IOUtil
jogamp.debug=all
to enable either IOUtil debugging or all debugging.
In case you use Applets or JNLP you cannot use above
property namespace, since it's considered insecure.
GlueGen would allow you to use an 'jnlp.' alias, e.g.:
jnlp.jogamp.debug.IOUtil
jnlp.jogamp.debug=all
The latter are secure properties and will be passed to the invoked JVM.
All properties requested by PropertyAccess.getProperty(..)
shall be aliased w/ 'jnlp.' (prepend 'jnlp.'),
if no value could be found with the given key.
Diffstat (limited to 'make/build.xml')
0 files changed, 0 insertions, 0 deletions