Hi - Is this maybe a URL quoting issue, where + is getting changed to space, ie, you may have to use %xx in the URL (don't know the numbers for percent off hand) rather than http://blah.com/+contents
Jim > > Fastpath.c doesn't recognize directories starting with a plus sign (+). Thus > _ns_dirlist is never called to return the content of the directory. > > This is important to me as I'm trying to setup AOLserver to host GNU Arch > (http://www.gnu.org/software/gnu-arch/) archives. Arch makes use of > directories called ++revision-lick and +contents to name a couple examples. > > Lacking the necessary C skills, I'd like to ask those who do posses them, is > it a bug that fastpath.c doesn't recognize directory names starting with a > plus sign? If not what is needed to fix it? > > /Bart > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with > the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field > of your email blank. > -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
