netty5/common
Norman Maurer f67b14bf35 [#3680] Enabled SecurityManager results in ClassNotFoundError during io.netty.util.NetUtil initialization
Motivation:

When a SecurityManager is in place that preven reading the somaxconn file trying to bootstrap a channel later will result in a ClassNotFoundError.

Modifications:

- Reading the file in a privileged block.

Result:

No more ClassNotFoundError when a SecurityManager is in place.
2015-04-27 20:02:07 +02:00
..
src [#3680] Enabled SecurityManager results in ClassNotFoundError during io.netty.util.NetUtil initialization 2015-04-27 20:02:07 +02:00
pom.xml Auto-generating primitive collections for int and char keys. 2015-04-10 07:57:30 -07:00