|
@@ -17,7 +17,7 @@
|
|
* under the License.
|
|
* under the License.
|
|
*/
|
|
*/
|
|
|
|
|
|
-grant codeBase "${codebase.netty-common-4.1.11.Final.jar}" {
|
|
|
|
|
|
+grant codeBase "${codebase.netty-common-4.1.13.Final.jar}" {
|
|
// for reading the system-wide configuration for the backlog of established sockets
|
|
// for reading the system-wide configuration for the backlog of established sockets
|
|
permission java.io.FilePermission "/proc/sys/net/core/somaxconn", "read";
|
|
permission java.io.FilePermission "/proc/sys/net/core/somaxconn", "read";
|
|
|
|
|
|
@@ -25,7 +25,7 @@ grant codeBase "${codebase.netty-common-4.1.11.Final.jar}" {
|
|
permission java.net.SocketPermission "*", "accept,connect";
|
|
permission java.net.SocketPermission "*", "accept,connect";
|
|
};
|
|
};
|
|
|
|
|
|
-grant codeBase "${codebase.netty-transport-4.1.11.Final.jar}" {
|
|
|
|
|
|
+grant codeBase "${codebase.netty-transport-4.1.13.Final.jar}" {
|
|
// Netty NioEventLoop wants to change this, because of https://bugs.openjdk.java.net/browse/JDK-6427854
|
|
// Netty NioEventLoop wants to change this, because of https://bugs.openjdk.java.net/browse/JDK-6427854
|
|
// the bug says it only happened rarely, and that its fixed, but apparently it still happens rarely!
|
|
// the bug says it only happened rarely, and that its fixed, but apparently it still happens rarely!
|
|
permission java.util.PropertyPermission "sun.nio.ch.bugLevel", "write";
|
|
permission java.util.PropertyPermission "sun.nio.ch.bugLevel", "write";
|