提交 f6479799 authored 作者: Michael Jerris's avatar Michael Jerris

Wed Mar 26 07:18:34 EDT 2008 Bernhard Suttner

  * 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
上级 aea8dcfc
Mon Mar 24 15:02:06 CDT 2008
Thu Apr 3 18:31:42 EDT 2008
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论