commit | 5acd41d155a6fb7c0476a8b8a7c86434ff5ccb2f | [log] [tgz] |
---|---|---|
author | Hidehiko Tsuchiya <hidehiko.xa.tsuchiya@sonymobile.com> | Tue Mar 25 18:27:27 2014 +0900 |
committer | Fyodor Kupolov <fkupolov@google.com> | Sat Jul 30 01:47:50 2016 +0000 |
tree | d7cbd3af47898b9ddf614605bafc99e28357416c | |
parent | 877d6e75e62a80c88d9acffe65153fa7c65622ac [diff] |
Fix the API compatibility of "UriMatcher#addURI" The previous patch (ef23bf19 Allow leading slash in path...) made a single slash path unmatchable. To solve it, this patch stops removing a slash character if the path only has a slash character. Now, a single slash is a matchable path for a URI without path string. Bug: 29524484 Change-Id: I90b357aa48be1a3e0cf36e75ed2a9d6532908972