summaryrefslogtreecommitdiffstats
path: root/make/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-07-17 04:21:29 +0200
committerSven Gothel <[email protected]>2013-07-17 04:21:29 +0200
commitd27d802b4e11745969909229a2d1f0963c74ce3a (patch)
tree30b4c51184e95af6822753e00b544fe986a1b0dc /make/doc
parentaf1f56c6f4a962720f5d63397e65505a29d6b0cb (diff)
Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before calling 'PropertyAccess.isPropertyDefined(propName, default)' through Debug class.
Calling 'Debug.isPropertyDefined(propName, default)' may be 'optimized' to 'PropertyAccess.isPropertyDefined(propName, default)', which would skip the modules Debug's class initialization. Iff that happens, an AccessControlException may happen, due to requesting an insecure property, since modules own Debug class has not been added it's trusted prefixes from within it's init block yet. This seems to be a bug of the JVM .. to me, however .. the above description is the only able to explain the issue at hand. +++ Fix calls Debug class own static methods, either Debug.initSingleton() or Debug.debug(), before calling 'isPropertyDefined(propName, default)'. +++ Also mark Debug class static methods final! +++
Diffstat (limited to 'make/doc')
0 files changed, 0 insertions, 0 deletions