Mailinglist Archive: opensuse-buildservice (273 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Re: Problem with osc ci
- From: Marcus Hüwe <suse-tux@xxxxxx>
- Date: Thu, 15 Jan 2009 00:48:29 +0100
- Message-id: <20090114234829.GA3114@xxxxxxxxxxxxxxxxxxx>
On 2009-01-13 17:58:01 +0100, Marcus Hüwe wrote:
decode strings from URI format. It matches the '%' and tries to decode the next
characters which can't work because the stored string is already decoded.
The question is if we really need this decoding at all because normally all
strings which are stored in the history file are already decoded (as far as I
can see in all cases when fdb_add* is called the strings are already
"normalized").
Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
It seems to be caused by some encoding issue in the frontend/backend (at leastThis is caused by the "decode_line()" method in BSFileDB.pm where it tries to
I think so). When looking at line 1071 of the history log you'll see some
"weird" characters instead of an '%'.
decode strings from URI format. It matches the '%' and tries to decode the next
characters which can't work because the stored string is already decoded.
The question is if we really need this decoding at all because normally all
strings which are stored in the history file are already decoded (as far as I
can see in all cases when fdb_add* is called the strings are already
"normalized").
Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |