OSDN Git Service

Fix for bug 2538060. Decoding and encoding an URL.
authorKristian Monsen <kristianm@google.com>
Thu, 25 Mar 2010 18:29:21 +0000 (18:29 +0000)
committerKristian Monsen <kristianm@google.com>
Tue, 30 Mar 2010 14:17:22 +0000 (15:17 +0100)
commitfa52d17a04294c245d6b00180bbe03560390c967
tree1f5cc4b7f51f68486534906db83cc70471398d3d
parent5149c7b1a265fe8e97fc6f2d372cdc18d7c96d42
Fix for bug 2538060. Decoding and encoding an URL.

Just encoding [ and ] instead of decoding and encoding again. This is because decoding is not a reversible function so we might not always get back to
the same URL.

Tested against bug 1634719, which this was a fix for.

Change-Id: I041820c15e0a0cf2e6a20bea3801e8b5039d39d5
src/com/android/browser/BrowserActivity.java