just50415 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 0 forks source link

X-3GPP-Intended-Identity header is unquoted #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure client to talk to an xcap server

What is the expected output? What do you see instead?

3GPP TS 24.109 defines the BNF for X-3GPP-Intended-Identity as follows:

*snip*
   X-3GPP-Intended-Identity = "X-3GPP-Intended-Identity" ":" DQUOTE identity DQUOTE
   identity = *(%x20-21 / %x23-7E)
*snip*

The client emits the following:

*snip*
X-3GPP-Intended-Identity: Android1
*snip*

What version of the product are you using? On what operating system?
2.2.0, emulator on OS X 10.6.6

Please provide any additional information below.

Original issue reported on code.google.com by docfara...@gmail.com on 24 Feb 2011 at 4:52

GoogleCodeExporter commented 8 years ago
You are right. This correction will be taken into account in the next release. 
Thanks.

Original comment by jmauffret@gmail.com on 2 Mar 2011 at 5:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by jmauffret@gmail.com on 28 Mar 2011 at 6:40