| Subject: Re: problem with '!' in filename (instead of '%21') |
Author: Xavier Roche |
Date: 04/02/2002 07:41 |
| | > Anyway, here's a problem I faced: as part of the
site
> to download, there is a file 'ml!.rtf' in a Lotus
Notes
Hum, right, but the webserver SHOULD accept the
request, ad the '!' character is neither a delimiter,
nor an "unwise" character.
Anyway, I will change the CHAR_XXAVOID macro in
htslib.c, line 393, st that the '!' character can be
encoded:
#define CHAR_XXAVOID(c) ( strchr(" *'\"",(unsigned
char)(c)) != 0 )
by
#define CHAR_XXAVOID(c) ( strchr(" *'\"!",(unsigned
char)(c)) != 0 )
| |
|
|
|
|
a
Created with FORUM 2.0.11