On Tue, Oct 22, 2002 at 06:04:44PM -0500, Edgar Friendly wrote: <> > The problem isn't that the default document is matched in step 1c, as > that's necessary for proper functioning of DBRs; the problem is that > if file.html wasn't in the cdoc at step 2b, when the final document > was retrieved, "file.html" would still be sitting there waiting to be > matched. (yes, this does mean one can have a URI like > SSK at blah/name//section1//file.html)
I just committed a fix for this along the lines we discussed on IRC: it downloads everything, but still fails if it ends up with a left over metastring at the end. This means that it will actually download the default document (for the reasons discussed), but it won't display it. It will come up as Network Error like the others. More specific error messages will take some coding, so that is beyond tomorrow. -- Oskar Sandberg oskar at freenetproject.org _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
