Hi,
1) Don't post such questions to devel. Use users list instead.
2) None of these responses are kannel's.
3) Page you are downloading is obviously encoded as iso-8859-1. Your mobile
doesn't support it. Next kannel tries to convert it to UTF-8, but mobile
doesn't support them either. It 's all part of the Accept headers that your
mobile sends to kannel. Change mobile.
BR,
Nikos
----- Original Message -----
From: Nelis Filip
To: [email protected]
Sent: Friday, October 22, 2010 4:49 PM
Subject: Some headers are skipped
Hi dears,
We’re now migrating from Kannel 1.2.1(which worked well) to Kannel 1.4.3 and
experiencing some problems with headers that are skipped for some reason.
Response returned by Tomcat:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=070FF4C7A114278AD57DF17469F99944; Path=/Appl
Cache-Control: max-age=86400
Content-Type: text/vnd.wap.wml
Date: Fri, 22 Oct 2010 12:10:06 GMT
Connection: close
--[ HEADER END ]------
<?xml version="1.0" encoding="ISO-8859-1"?>
...
Response returned by Kannel:
Server: Apache-Coyote/1.1
Unassigned: 2
Date: Fri, 22 Oct 2010 12:10:08 GMT
Unassigned: 19
--[ HEADER END ]------
<?xml version="1.0" encoding="ISO-8859-1"?>
...
Error message in the wapbox.log
2010-10-22 14:10:08 [7568] [7] WARNING: WSP: Device doesn't support charset
<ISO-8859-1> neither UTF-8
2010-10-22 14:10:08 [7568] [2] ERROR: WSP: Do not know how to encode header
type 65
2010-10-22 14:10:08 [7568] [2] WARNING: Skipping header: Set-Cookie:
JSESSIONID=D2AFBF3EB8A885DD4C9882221104B4DF; Path=/Appl
Has someone any idea why I got this strange behavior and how I can fix it?
Thx in advance,
Filip Nelis