After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600744 - Unable to search terms with special characters in logs
Unable to search terms with special characters in logs
Status: RESOLVED NOTGNOME
Product: empathy
Classification: Core
Component: Archives
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2009-11-04 22:15 UTC by zigarn
Modified: 2010-09-28 09:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (942 bytes, patch)
2010-09-27 20:03 UTC, Vitaly Minko
none Details | Review

Description zigarn 2009-11-04 22:15:41 UTC
In my logs, I have this sentence : "I'll be back".
When I search "I'll be back" I didn't find anything.
But if I search "I'll be back", I find my sentence !

Possible solutions :
 - do not HTMLEncode, so use CDATA around message content
 - HTMLDecode before search
Comment 1 Vitaly Minko 2010-09-27 20:03:55 UTC
Created attachment 171230 [details] [review]
proposed fix
Comment 2 Guillaume Desmottes 2010-09-28 07:52:48 UTC
I thinks this should be done in tp-logger directly. Clients shouldn't have to care about the way the logger encodes data. Could you open a logger bug on bugs.freedesktop.org please?
Comment 3 Vitaly Minko 2010-09-28 09:08:33 UTC
Done: https://bugs.freedesktop.org/show_bug.cgi?id=30414