< prev index next >

src/java.base/share/classes/sun/net/www/protocol/http/AuthenticationHeader.java

Print this page

        

*** 120,130 **** HttpCallerInfo hci, boolean dontUseNegotiate) { this.hci = hci; this.dontUseNegotiate = dontUseNegotiate; rsp = response; this.hdrname = hdrname; ! schemes = new HashMap<String,SchemeMapValue>(); parse(); } public HttpCallerInfo getHttpCallerInfo() { return hci; --- 120,130 ---- HttpCallerInfo hci, boolean dontUseNegotiate) { this.hci = hci; this.dontUseNegotiate = dontUseNegotiate; rsp = response; this.hdrname = hdrname; ! schemes = new HashMap<>(); parse(); } public HttpCallerInfo getHttpCallerInfo() { return hci;
< prev index next >