summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-06-21 20:30:53 +0200
committerSven Gothel <[email protected]>2012-06-21 20:30:53 +0200
commit2a10f604b65f12ae5e8987bfa73cffcc1d5f796e (patch)
tree78a0363853e527806d412b9a7bea542804f974ca /make/build.xml
parentcf37c7469593b111017e80fd9d618c2eb6c235a5 (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