RE: Testing URIs for equality

Fisher Mark <FisherM@is3.indy.tce.com>
Errors-To: listmaster@www0.cern.ch
Date: Wed, 16 Mar 1994 22:06:48 --100
Message-id: <2D876CE8@MSMAIL.INDY.TCE.COM>
Errors-To: listmaster@www0.cern.ch
Reply-To: FisherM@is3.indy.tce.com
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: Fisher Mark <FisherM@is3.indy.tce.com>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: RE: Testing URIs for equality
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Length: 809

Two things:
1. I really hate to break existing code and/or documents; but
2. Special cases in code or data are the software engineer's nightmare.

It seems much simpler to allow everything to be escaped.  In that case, 
multiple escaping would be prohibited, so that:
     %25%32%30
is turned into:
     %20
but not then turned into " " (single blank).  The problem with this, of 
course, is -- how many servers and clients would this break?
======================================================================
Mark Fisher                            Thomson Consumer Electronics
fisherm@tcemail.indy.tce.com           Indianapolis, IN

"Just as you should not underestimate the bandwidth of a station wagon
traveling 65 mph filled with 8mm tapes, you should not overestimate
the bandwidth of FTP by mail."