Limitation on using ':' character in Series 40 (Known Issue)
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot change of template (Template:KnowledgeBase) - now using Template:ArticleMetaData) |
hamishwillee
(Talk | contribs) m (Removed protection from "TSJ000993 - Limitation on using ':' character in Series 40") |
Revision as of 07:15, 14 June 2012
Article Metadata
Tested with
Devices(s): Series 40 devices
Compatibility
Platform(s): Series 40
Article
Created: User:Technical writer 1
(29 May 2008)
Last edited: hamishwillee
(14 Jun 2012)
Description
According to RFC 2396 (Uniform Resource Identifiers (URI) Generic Syntax), the character ":" is considered to be one of the reserved characters within the query component, meaning that such a character cannot be used generically.
In Series 40, the character ':' has been reserved to be used as a port delimiter in network requests. If a port number has not been defined after the character ':', the prompt 'java.lang.IllegalArgumentException: invalid port' will result while performing a network request.
Solution
When defining URL for network resources, avoid using the the character ':' in the URL.

