Update of /cvsroot/freenet/freenet/src/freenet/support/servlet/http
In directory sc8-pr-cvs1:/tmp/cvs-serv25857/src/freenet/support/servlet/http

Modified Files:
      Tag: stable
        HttpServletRequestImpl.java 
Log Message:
5029: Merge from unstable after months of work. MASSIVE changes.
Highlights:
* Next Generation Routing, massive related changes
* Major changes to handling of messages and connections (PeerHandler and related 
changes)
* Even more non-blocking I/O
* Documentation improvements
* Lots of new diagnostics and config options
* Lots of bug fixes and performance tweaking
* Probably lots of new bugs too!


Index: HttpServletRequestImpl.java
===================================================================
RCS file: 
/cvsroot/freenet/freenet/src/freenet/support/servlet/http/HttpServletRequestImpl.java,v
retrieving revision 1.5.4.1
retrieving revision 1.5.4.2
diff -u -w -r1.5.4.1 -r1.5.4.2
--- HttpServletRequestImpl.java 1 Jul 2003 02:27:18 -0000       1.5.4.1
+++ HttpServletRequestImpl.java 28 Oct 2003 20:20:46 -0000      1.5.4.2
@@ -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

Reply via email to