diff options
| author | Selim Gurun <sgurun@google.com> | 2013-03-08 14:23:00 -0800 |
|---|---|---|
| committer | Selim Gurun <sgurun@google.com> | 2013-03-08 14:29:56 -0800 |
| commit | 2905e18b03c6ce34739bed9c06b865b29087deea (patch) | |
| tree | 07510675a039a719f97f8b0969667ba90a891af0 /core/java/android/webkit/WebView.java | |
| parent | 01eaa2d545a0b0dc28f8f13e6db7348bb6e098e3 (diff) | |
Add a delimiter between scheme and host
Bug: 6923539
Change-Id: I49aac145e8e80a5af7475cfe93ef4a353d2d3fe6
Diffstat (limited to 'core/java/android/webkit/WebView.java')
| -rw-r--r-- | core/java/android/webkit/WebView.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index aa9a329b251c..1f00c9c00153 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -573,7 +573,8 @@ public class WebView extends AbsoluteLayout * forms. Note that this is unrelated to the credentials used for HTTP * authentication. * - * @param host the host that required the credentials + * @param host the host that required the credentials. It is recommended that + * the host is given using scheme://hostname format. * @param username the username for the given host * @param password the password for the given host * @see WebViewDatabase#clearUsernamePassword |
