]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Wed Mar 26 07:18:34 EDT 2008 Bernhard Suttner
authorMichael Jerris <mike@jerris.com>
Thu, 3 Apr 2008 22:31:57 +0000 (22:31 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 3 Apr 2008 22:31:57 +0000 (22:31 +0000)
  * sip_tag_class.c: escape semicolons in headers section of Replaces URI

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8015 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/sip/sip_tag_class.c

index 54f6ed2d382900f4bbf28dc15246347c203ee321..18fcffa1fbce570a5798fd8569c82521275dc6a3 100644 (file)
@@ -1 +1 @@
-Mon Mar 24 15:02:06 CDT 2008
+Thu Apr  3 18:31:42 EDT 2008
index 436f25be967cc7b8c5cee6514710863f07d63543..70faeb033c5721334b50d14f4e37b3501b2e31e9 100644 (file)
@@ -342,8 +342,8 @@ char *sip_headers_as_url_query(su_home_t *home,
 }
 
 /* "[" / "]" / "/" / "?" / ":" / "+" / "$" */
-#define HNV_UNRESERVED "[]/?;+$"
-#define HNV_RESERVED ":=,"
+#define HNV_UNRESERVED "[]/?+$"
+#define HNV_RESERVED ":=,;"
 
 /* Append a string to list and url-escape it if needed */
 static