On Monday 16 September 2002 04:06, you wrote: > The use of the form accessible throught http://hostname.domain.tld:8890 > when a user try to connect to the 8888 is impossible TTBOMK when > tunneled via SSL; the Request button always send to 127.0.0.1, > and this is hard-coded in the servlet. This is broken because of the gross redirect hack that ian used to implement his new freenet main page.
It will eventually get cleaned up. -- gj p.s. Ian could you change the code to get rid of the hard redirects as per my proposal? http://hawk.freenetproject.org/pipermail/devl/2002-September/001052.html You can add special case code to MultipleHttpServletContainer to redirect the "" URL to your infolet and pass everything else on to fproxy on "/" for now. My strategy is to resurrect the old fproxy FEC insert and request code so people can use FEC Splitfiles as soon as possible. Then to do a proper modularized rewrite using separate servlets as described above. _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
