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 658633 - Properly quote charset in SOAP requests
Properly quote charset in SOAP requests
Status: RESOLVED FIXED
Product: GUPnP
Classification: Other
Component: gupnp
unspecified
Other All
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-09 07:24 UTC by Jens Georg
Modified: 2011-09-12 19:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Properly quote charset in SOAP requests (3.62 KB, patch)
2011-09-09 07:24 UTC, Jens Georg
none Details | Review
Properly quote charset in SOAP requests (3.31 KB, patch)
2011-09-09 08:01 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2011-09-09 07:24:47 UTC
soup_message_headers_append apparently eats the quotes. So we're using
soup_message_headers_set_content_type instead.
Comment 1 Jens Georg 2011-09-09 07:24:48 UTC
Created attachment 196063 [details] [review]
Properly quote charset in SOAP requests
Comment 2 Jens Georg 2011-09-09 07:25:34 UTC
Note: Not very happy about creating the GHashTable all the time. Suggestions welcome.
Comment 3 Jens Georg 2011-09-09 08:01:54 UTC
Created attachment 196064 [details] [review]
Properly quote charset in SOAP requests

soup_message_headers_append apparently eats the quotes. So we're using
soup_message_headers_set_content_type instead.
Comment 4 Zeeshan Ali 2011-09-12 19:59:21 UTC
Review of attachment 196064 [details] [review]:

Merged!