Closed GoogleCodeExporter closed 9 years ago
Unfortunately we can't use the java.net.URI implementation within our code just
yet since this is "fake" code that we inject on some of the devices. If you can
implement this without using non-CLDC methods the we will be able to integrate
something like this.
BTW please try to actually attach code and not use something like gist which
might change. For legal reasons we need everything submitted so our lawyers can
track how code reached SVN and allow IP validation when/if required. Thanks.
Original comment by shai.almog
on 13 Dec 2012 at 12:50
Here is a diff that accomplishes the same thing, but removed the java.net.URI
dependency. It compiles OK locally, but haven't had a chance to write any
actual unit tests or rigorously test it to make sure it does what it intends to
do.
Original comment by st...@weblite.ca
on 14 Dec 2012 at 5:32
Attachments:
Chen, can you please verify that this doesn't break things such as Facebook
login etc.?
Original comment by shai.almog
on 14 Dec 2012 at 7:18
Shai, are you not able to use the java.net.URI implementation I contributed
through issue 381?
Original comment by 1815...@coolman.ca
on 15 Dec 2012 at 5:23
If you can use (and prefer to use) uri, then I'll need to post an updated
version of that one as there was a small bug in the previous one I posted.
The non uri version should be fine already though,
Steve
On Friday, December 14, 2012, wrote:
Original comment by st...@weblite.ca
on 15 Dec 2012 at 5:28
Currently not in the implementation code. I'm also afraid of cyclic
dependencies.
For version 1.1 we will start changing this and migrate the code to use Java 5
features (mostly Collections and Maps).
Original comment by shai.almog
on 15 Dec 2012 at 5:29
applied the patch, thanks.
verified this doesn't break facebook login.
Original comment by cf27...@gmail.com
on 16 Dec 2012 at 11:09
Original issue reported on code.google.com by
st...@weblite.ca
on 12 Dec 2012 at 8:37