Update of /cvsroot/freenet/freenet/src/freenet/support/servlet/http
In directory sc8-pr-cvs1:/tmp/cvs-serv5586/src/freenet/support/servlet/http
Modified Files:
HttpServletRequestImpl.java
Log Message:
Work around problem with ThrottleAsyncEntropyYarrow/Yarrow initialization order.
Made randSource in Core private and started exposing it though a getter instead of
directly.
Index: HttpServletRequestImpl.java
===================================================================
RCS file:
/cvsroot/freenet/freenet/src/freenet/support/servlet/http/HttpServletRequestImpl.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -r1.7 -r1.8
--- HttpServletRequestImpl.java 29 Jun 2003 17:09:41 -0000 1.7
+++ HttpServletRequestImpl.java 27 Oct 2003 14:45:18 -0000 1.8
@@ -25,7 +25,7 @@
public class HttpServletRequestImpl extends ServletRequestImpl
implements HttpServletRequest {
- public static Random randSource = freenet.Core.randSource;
+ public static Random randSource = freenet.Core.getRandSource();
public static final int LINE_BUFFER = 0x8000; // 32k
protected final HttpServletContainer container;
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs