[jetty-user] Java SE 7 U51

Silvio Bierman <[email protected]> Thu, 16 Jan 2014 23:39:31 +0100
Newsgroups gmane.comp.java.jetty.support
Message-ID <[email protected]>
--------------050201070506060709050107
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hello all,

The latest Java release introduces a security policy changes described in

http://www.oracle.com/technetwork/java/javase/7u-relnotes-515228.html

which implies that from here on server sockets in combination with a 
SecurityManager by are default restricted to the "ephemeral port range" 
which on most current platforms excludes the range 1024-32767.

We use embedded Jettty 9 servers and habitually use ports in the range 
1100-9000. Is there any chance this change will hurt us? Or in other 
words: does Jetty use a SecurityManager?

Cheers,

Silvio


--------------050201070506060709050107
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello all,<br>
    <br>
    The latest Java release introduces a security policy changes
    described in<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="http://www.oracle.com/technetwork/java/javase/7u-relnotes-515228.html">http://www.oracle.com/technetwork/java/javase/7u-relnotes-515228.html</a><br>
    <br>
    which implies that from here on server sockets in combination with a
    SecurityManager by are default restricted to the "ephemeral port
    range" which on most current platforms excludes the range
    1024-32767.<br>
    <br>
    We use embedded Jettty 9 servers and habitually use ports in the
    range 1100-9000. Is there any chance this change will hurt us? Or in
    other words: does Jetty use a SecurityManager?<br>
    <br>
    Cheers,<br>
    <br>
    Silvio<br>
    <br>
  </body>
</html>

--------------050201070506060709050107--