Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.1 Final
-
Fix Version/s: 1.1 Final
-
Component/s: None
-
Labels:None
-
Environment:ICEmobileSpring + Blackberry device
Description
To reproduce, go to the standalone HTML sample page in Blackberry from the ICEmobilespring application. Record an audio file, then upload. When you click on the return link, you'll get a 404 error and no page is displayed.
The requests from the client are
[6.4552 11:33:03.309s] -- GET /icemobilespring/resources/media/clip.mp4 HTTP/1.1
[17.625 11:33:14.479s] -- POST /icemobilespring/jsonmic HTTP/1.1
[17.783 11:33:14.637s] -- 1`!a-%A0<HF��J���h�J�D[��0?�f�9��<B&���Jw���5DP���
[22.390 11:33:19.244s] -- GET /icemobilespring/#icehtml HTTP/1.1
[22.917 11:33:19.771s] -- GET /favicon.ico HTTP/1.1
The responses are:
6.4677 11:33:03.321s] HTTP/1.1 404 Not Found
[18.115 11:33:14.969s] HTTP/1.1 200 OK
[22.400 11:33:19.254s] HTTP/1.1 404 Not Found
[22.919 11:33:19.773s] HTTP/1.1 200 OK
(as an aside clip.mp4 is also not found, but that is missing for all devices and doesn't harm any other devices)
But this request is the one that fails:
GET /icemobilespring/#icehtml HTTP/1.1
The requests from the client are
[6.4552 11:33:03.309s] -- GET /icemobilespring/resources/media/clip.mp4 HTTP/1.1
[17.625 11:33:14.479s] -- POST /icemobilespring/jsonmic HTTP/1.1
[17.783 11:33:14.637s] -- 1`!a-%A0<HF��J���h�J�D[��0?�f�9��<B&���Jw���5DP���
[22.390 11:33:19.244s] -- GET /icemobilespring/#icehtml HTTP/1.1
[22.917 11:33:19.771s] -- GET /favicon.ico HTTP/1.1
The responses are:
6.4677 11:33:03.321s] HTTP/1.1 404 Not Found
[18.115 11:33:14.969s] HTTP/1.1 200 OK
[22.400 11:33:19.254s] HTTP/1.1 404 Not Found
[22.919 11:33:19.773s] HTTP/1.1 200 OK
(as an aside clip.mp4 is also not found, but that is missing for all devices and doesn't harm any other devices)
But this request is the one that fails:
GET /icemobilespring/#icehtml HTTP/1.1
Activity
Greg Dick
created issue -
Greg Dick
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Greg Dick [ greg.dick ] |
Greg Dick
made changes -
Affects Version/s | 1.1 Final [ 10343 ] | |
Affects Version/s | 1.1 Beta [ 10320 ] |
Ted Goddard
made changes -
Fix Version/s | 1.1 Final [ 10343 ] | |
Assignee | Greg Dick [ greg.dick ] | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Greg Dick [ greg.dick ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30403 | Tue Aug 07 15:04:59 MDT 2012 | greg.dick | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/blackberry/container/src/org/icemobile/client/blackberry/authentication/AuthenticatingProtocolHandler.java
|
Greg Dick
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
There may be an alternate approach for the return link that is compatible with BlackBerry.