tijanibro / sipservlets

Automatically exported from code.google.com/p/sipservlets
0 stars 0 forks source link

SIP Messages are parsed using system encoding instead of UTF #252

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Send INVITE to application with UFT-8 display name in From header
2. Get request.getFrom().getDisplayName()

What is the expected output? What do you see instead?
Name contains invalid chars, but it should be parsed using UTF encoding.

What version of the product are you using? On what operating system?
mobicents-sip-servlets 2.1 on windows 7

Please provide any additional information below.
Problem disappear if I add "-Dfile.encoding=UTF-8" to application, but I think 
library should parse messages using UFT encoding despite to system encoding.

Original issue reported on code.google.com by alexander.kozlov.IV@gmail.com on 16 Jan 2014 at 4:59

GoogleCodeExporter commented 8 years ago
Can you attach a log file at DEBUG level showcasing the full call flow ?

Original comment by jean.deruelle on 18 Apr 2014 at 9:43

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 25 Apr 2014 at 6:19

GoogleCodeExporter commented 8 years ago
No Update closing. Feel free to reopen on 
https://github.com/Mobicents/sip-servlets/issues/new

Original comment by jean.deruelle on 17 Dec 2014 at 9:34