| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Jetty
Revision: 3608
Author: janb
Date: 04 Sep 2008 23:36:58
Changes:| ... | ...@@ -115,6 +115,10 @@ | |
| 115 | 115 | { |
| 116 | 116 | try |
| 117 | 117 | { |
| 118 | //This operation may block on some systems with low entropy. See this page | |
| 119 | //for workaround suggestions: | |
| 120 | //http://docs.codehaus.org/display/JETTY/Connectors+slow+to+startup | |
| 121 | Log.debug("Init SecureRandom."); | |
| 118 | 122 | _random=SecureRandom.getInstance(SESSION_ID_RANDOM_ALGORITHM); |
| 119 | 123 | } |
| 120 | 124 | catch (NoSuchAlgorithmException e) |
| ... | ...@@ -1,4 +1,5 @@ | |
| 1 | 1 | jetty-7.0-SNAPSHOT |
| 2 | + JETTY-331 SecureRandom hangs on systems with low entropy (connectors slow to start) | |
| 2 | 3 | + JETTY-591 No server classes for jetty-web.xml |
| 3 | 4 | + JETTY-670 $JETTY_HOME/bin/jetty.sh not worked in Solaris, because of /usr/bin/which has no error-code |
| 4 | 5 | + JETTY-676 ResourceHandler doesn't support HTTP HEAD requests |