On 2009-01-13 17:58:01 +0100, Marcus Hüwe wrote:
It seems to be caused by some encoding issue in the frontend/backend (at least I think so). When looking at line 1071 of the history log you'll see some "weird" characters instead of an '%'.
This is caused by the "decode_line()" method in BSFileDB.pm where it tries to 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@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org