BTW. Forgot to say in my other reply.

In web page where you can insert noderefs, http://127.0.0.1:8888/darknet/,
they are inserted using POST operation. All well and good. However, it
means that the browser will complain when you try to reload the page
afterwards (to see how your connections are doing, for example).

As a solution, when FProxy gets a POST request, it should handle the
request but, instead of sending a HTML page in reply, simply send a
redirection header to the same address. The browser will use the default
GET operation to reread the same address, solving the problem.

That's the way web apps do it, and it works fine.

On Tue, 23 May 2006 10:50:30 -0700, Ian Clarke wrote:

> Jusa,
> 
> Many thanks for this feedback - it is essential that our installation
> process is robust and painless.  Could you submit this as a bug at
> http://bugs.freenetproject.org/ ?  We get a lot of bug reports, and we
> need people to use the bugtracker so that issues don't fall off our todo
> list.
> 
> Ian.
> 
> On 23 May 2006, at 10:05, Jusa Saari wrote:
> 
>> Well, I just installed Freenet to try the Darknet (anyone interested in
>> passing refs ? Don't know anyone running Freenet IRL :( ), and the
>> installation still seems to need a little work. Specifically, I got the
>> following error messages:
>>
>> [exec] CreateDesktopShortcut.sh: line 4:
>> /home/freebin/bash/Desktop/Freenet-darknet: No such file or directory
>>
>> [exec] chmod: failed to get attributes of
>>  `/home/freebin/bash/Desktop/Freenet-darknet': No such file or
>> directory
>>
>>
>> Now, it's only natural that these directories don't exist, since I was
>> installing to "/usr/freenet" - all other parts of the install process
>> understood this, but these two seem to use hard-coded values.
>>
>> I was installing from the console, BTW - without X. How was I supposed
>> to
>> make the true/false selections, pray tell ? Oh well, at least it started
>> without fuss... Now, those noderefs.
>>
>> _______________________________________________ Devl mailing list
>> Devl@freenetproject.org
>> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
>>


_______________________________________________
Devl mailing list
Devl@freenetproject.org
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to