equal
deleted
inserted
replaced
495 # It is not guaranteed to be examined and used by other implementations. |
495 # It is not guaranteed to be examined and used by other implementations. |
496 # |
496 # |
497 # Example: |
497 # Example: |
498 # jdk.tls.disabledAlgorithms=MD5, SHA1, DSA, RSA keySize < 2048 |
498 # jdk.tls.disabledAlgorithms=MD5, SHA1, DSA, RSA keySize < 2048 |
499 |
499 |
|
500 # |
|
501 # Default ephemeral port ranges (operating system specific) |
|
502 # used by java.net.SocketPermission to interpret the meaning of the special |
|
503 # port value zero, as in the following example: |
|
504 # |
|
505 # SocketPermission("localhost:0" , "listen"); |
|
506 # |
|
507 # These can be overridden by the system properties: |
|
508 # |
|
509 # jdk.net.ephemeralPortRange.low and |
|
510 # jdk.net.ephemeralPortRange.high |
|
511 # |
|
512 # respectively. |
|
513 # |
|
514 network.ephemeralPortRange.low=32768 |
|
515 network.ephemeralPortRange.high=65535 |