This page was last modified 05:18, 30 August 2007.
KIJ000662 - Using platformRequest in signed MIDlets
From Forum Nokia Wiki
| Using platformRequest() in signed MIDlets | KIJ000662 | |
| Overview | - | |
| Category | Java | |
| Subcategory | MIDP1.0/2.0 | |
| Reported against | S60 3rd Edition | |
| Date identified | June 4, 2007 | |
| Symptoms | - | |
| Detailed description | MIDlets can launch browser using the <MIDlet>.platformRequest("http://<URL here>") method call. On S60 3rd Edition phones this works properly when the MIDlet is unsigned. However, when the MIDlet has been signed to a trusted 3rd party domain (for example, using a Thawte or Verisign certificate, or through Java Verified certification) the platformRequest() call throws an exception (ConnectionNotFoundException). | |
| How to reproduce | - | |
| Solution | Request permission for javax.microedition.io.Connector.http for the MIDlet. Note: This has been corrected for S60 3rd Edition, Feature Pack 1 devices. |
|
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difficulty in connecting to www.symbiansigned.com | charisse | Symbian Signing, Certification and Security | 2 | 2007-12-12 11:00 |
| Protection of My Midlet | kirtimaan | Mobile Java General | 4 | 2007-04-29 16:11 |
| Make N80 Internet Call from Java | gowjt | Mobile Java Tools & SDKs | 1 | 2007-03-25 08:03 |
| Startup List API and self signed sis | tal.shahar@mobile-mx.com | General Symbian C++ | 10 | 2007-03-22 00:10 |
| Signing a midlet with a self-signed certificate | tokken | Mobile Java Networking & Messaging & Security | 2 | 2008-01-09 22:44 |

