Roshni Thilakhar

Greenhorn
+ Follow
since Jun 24, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Roshni Thilakhar

Hi,
I have a question, are phone numbers allowed in the "Allowed Sender" field for MIDP 2.0? It clear that IP addresses can be used. The following info is what I found at the MIDP 2.0 Push Registry site:

MIDlet-Push-<n>: <ConnectionURL>, <MIDletClassName>,
<AllowedSender>

<Allowed-Sender> is a filter used to restrict the servers that can activate <MIDletClassName>. You can use wildcards; a * indicates one or more characters and a ? indicates one character. For example, 192.168.1.190, or 192.168.1.*, or 192.168.19?.1, or simply *.

Any help will be greatly appreciated.

Shakila
19 years ago
Preferably a java parser
20 years ago
Does anybody know of an existing URI/URN java parser that can parse not only
the scheme but also all the parameters. For example, it must be capable of parsing the following urn:

mailto:[email protected]?subject=subj1&body=body1

Thanks!
20 years ago