netty5/handler
Norman Maurer 2fd24b1867 Ensure accessing System property is done via AccessController.
Motivation:

When a SecurityManager is in place it may dissallow accessing the property which will lead to not be able to load the application.

Modifications:

Use AccessController.doPrivileged(...)

Result:

No more problems with SecurityManager.
2016-08-31 14:01:18 +02:00
..
src Ensure accessing System property is done via AccessController. 2016-08-31 14:01:18 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-08-26 08:36:54 +02:00