Ok, this is getting interesting... A bit of digging and it seems that kannel does support http range, but I am still not having any luck getting my midlet to download...
wsp_strings.def contains a big list of content types, and I notice that defs for jar and jad are absent. So presumably the server will try and download the Jar as a big text file. D'you think that this could be the cause (or at least part of the cause) of our problem? I am getting the following in the log... 2003-06-13 15:58:54 [1] WARNING: Did not expect short-integer with 'Accept-Application' header, skipping. 2003-06-13 15:58:54 [1] WARNING: Skipping faulty header. 2003-06-13 15:58:54 [1] WARNING: Did not expect short-integer with 'Accept-Charset' header, skipping. 2003-06-13 15:58:54 [1] WARNING: Skipping faulty header. 2003-06-13 15:58:54 [1] WARNING: Did not expect short-integer with 'Encoding-Version' header, skipping. 2003-06-13 15:58:54 [1] WARNING: Skipping faulty header. 2003-06-13 15:58:56 [1] WARNING: Did not expect short-integer with 'Accept-Application' header, skipping. 2003-06-13 15:58:56 [1] WARNING: Skipping faulty header. 2003-06-13 15:58:56 [1] WARNING: Did not expect short-integer with 'Accept-Application' header, skipping. 2003-06-13 15:58:56 [1] WARNING: Skipping faulty header. Suggestions? Cheers, M
