The "+" in the URI should be legal in this context, so clients probably won't escape it. AFAICT, "+" is reserved only in the query part of a URI, which is the bit after a "?" (RFC 2396). It's a bug if AOLserver is blindly translating "+" to " " in the part before any query.
-les > -----Original Message----- > From: AOLserver Discussion [mailto:[EMAIL PROTECTED] Behalf > Of Bart Teeuwisse > Sent: Monday, January 26, 2004 3:03 PM > To: [EMAIL PROTECTED] > Subject: Re: [AOLSERVER] Server doesn't recognize directories starting > with + > > > Jim, > > you hit the nail on the head. http://dev.thecodemill.biz/%2Btest/ does > return a directory listing. But can the server ensure that clients will > encode plus signs? Or can AOLserver determine when to replace + > with a space > and when to leave as is? > > /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.
