Author: sleon
Date: 2006-01-15 23:15:25 +0000 (Sun, 15 Jan 2006)
New Revision: 7864

Modified:
   trunk/freenet/src/freenet/clients/http/ToadletContextImpl.java
Log:
placeholder null for data in the handlePut call, no idea where to get the 
provided data from

Modified: trunk/freenet/src/freenet/clients/http/ToadletContextImpl.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/ToadletContextImpl.java      
2006-01-15 22:55:32 UTC (rev 7863)
+++ trunk/freenet/src/freenet/clients/http/ToadletContextImpl.java      
2006-01-15 23:15:25 UTC (rev 7864)
@@ -175,7 +175,7 @@

                                } else if(method.equals("PUT")) {

-                                       t.handlePut(uri, ctx);
+                                       t.handlePut(uri, null, ctx);
                                        ctx.close();

                                } else if(method.equals("POST")) {


Reply via email to