Re: [evolution-patches] 43878, 43727: escaped chars in filenames cause load failures
- From: Ettore Perazzoli <ettore ximian com>
- To: Mike Kestner <mkestner ximian com>
- Cc: evolution-patches lists ximian com
- Subject: Re: [evolution-patches] 43878, 43727: escaped chars in filenames cause load failures
- Date: 31 May 2003 13:04:20 -0400
On Sat, 2003-05-31 at 00:50, Mike Kestner wrote:
> So, fejj and I slogged through this and through some simple tests and
> further code inspection determined that libxml2 is treating filenames
> passed to xmlParseFile as if they were urls. Passing a %xx sequence in
> a filename causes libxml2 to attempt to open the hex-decoded name which
> doesn't exist, print warnings, and generally not do what we asked it to
> do.
Hmm is this a change from libxml1?
> This patch substitutes '%' chars with '_' like we do for other "unsafe"
> chars already.
Looks good.
-- Ettore
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]