mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-02 06:28:23 +00:00
7046003: Default value of Authenticator.getRequestingURL() is not specified
Reviewed-by: michaelm, jpai
This commit is contained in:
parent
ed4cd2acd2
commit
f825a51198
@ -426,12 +426,12 @@ class Authenticator {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the URL that resulted in this
|
||||
* request for authentication.
|
||||
* Returns the URL that resulted in this request for authentication.
|
||||
* If the corresponding request does not specify a URL, this method returns null.
|
||||
*
|
||||
* @since 1.5
|
||||
*
|
||||
* @return the requesting URL
|
||||
* @return the requesting URL, or null if not available.
|
||||
*
|
||||
*/
|
||||
protected URL getRequestingURL () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user