8235413: com.sun.net.httpserver.BasicAuthenticator.charset is protected field
Reviewed-by: chegar, dfuchs
This commit is contained in:
parent
264573c9ce
commit
3000f212f2
@ -40,7 +40,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
|
||||
public abstract class BasicAuthenticator extends Authenticator {
|
||||
|
||||
protected final String realm;
|
||||
protected final Charset charset;
|
||||
private final Charset charset;
|
||||
private final boolean isUTF8;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user