commit | 5292410e4ebf7fb5149eefd2f52fcb94c46690a6 | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Mon May 23 18:38:38 2011 -0700 |
committer | Jesse Wilson <jessewilson@google.com> | Wed May 25 11:04:27 2011 -0700 |
tree | 32b183965fa6ebff9f42dc92e213bbf100b4ff39 | |
parent | 23c3b7f76a8ec59d5329417d53d83b14242441de [diff] |
Rewrite parsing for java.net.URL. This fixes many broken cases on handling relative URLs. We normalize all URLs by default. This will result in more URL equality than before. Previously the URLs http://android.com/a/../ and http://android.com/ were not equal; now they are equal. Change-Id: I8cf7be2e42eeb1386520be2698d8f14e0a55decb http://b/4361656