[7128] in www-talk@info.cern.ch
Re: escaped characters, uppercase ?
daemon@ATHENA.MIT.EDU (Roy T. Fielding)
Mon Jan 9 19:28:20 1995
Date: Tue, 10 Jan 1995 01:25:25 +0100
Errors-To: listmaster@www0.cern.ch
Reply-To: fielding@avron.ICS.UCI.EDU
From: "Roy T. Fielding" <fielding@avron.ICS.UCI.EDU>
To: Multiple recipients of list <www-talk@www0.cern.ch>
> Should escaped characters be in uppercase ?
>
> The HTTP documentation is ambiguous..
The HTTP documentation has nothing to do with it. Try the URL spec
(RFC 1738) or the WWW URI spec (RFC 1630).
The answer is that the escape is case-insensitive, with either
uppercase or lowercase allowed. This is consistant with the behavior
of most hex-reading/writing functions.
......Roy Fielding ICS Grad Student, University of California, Irvine USA
<fielding@ics.uci.edu>
<URL:http://www.ics.uci.edu/dir/grad/Software/fielding>