7046003: Default value of Authenticator.getRequestingURL() is not specified

Reviewed-by: michaelm, jpai
This commit is contained in:
Kieran Farrell 2025-05-26 11:12:49 +00:00 committed by Jaikiran Pai
parent ed4cd2acd2
commit f825a51198

View File

@ -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 () {