File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
java.net.http/share/classes Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,7 @@ jdk.http.auth.tunneling.disabledSchemes=Basic
104
104
# to be used in real deployments. Protocol errors or other undefined behavior is likely
105
105
# to occur when using them. The property is not set by default.
106
106
# Note also, that there may be other headers that are restricted from being set
107
- # depending on the context. This includes the "Authorization" header when the
108
- # relevant HttpClient has an authenticator set. These restrictions cannot be
109
- # overridden by this property.
107
+ # depending on the context. These restrictions cannot be overridden by this property.
110
108
#
111
109
# jdk.httpclient.allowRestrictedHeaders=host
112
110
#
Original file line number Diff line number Diff line change 45
45
* and whitespace is ignored. Note that this property is intended for testing and not for
46
46
* real-world deployments. Protocol errors or other undefined behavior are likely to occur
47
47
* when using this property. There may be other headers that are restricted from being set
48
- * depending on the context. This includes the "Authorization" header when the relevant
49
- * HttpClient has an authenticator set. These restrictions cannot be overridden by this
50
- * property.
48
+ * depending on the context. These restrictions cannot be overridden by this property.
51
49
* </li>
52
50
* <li><p><b>{@systemProperty jdk.httpclient.bufsize}</b> (default: 16384 bytes or 16 kB)<br>
53
51
* The size to use for internal allocated buffers in bytes.
You can’t perform that action at this time.
0 commit comments