aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/httpd.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2015-04-22 13:39:45 +0200
committerErlang/OTP <[email protected]>2015-04-22 13:39:45 +0200
commit871c5af1e44a423106d644ca6e70900ad21d41b4 (patch)
tree7f9934080ba0551c6b6a42f7b3a7c294b6efe972 /lib/inets/doc/src/httpd.xml
parentbbac1019905e6e493a2cd3c8463e53a818d0723d (diff)
parentab9c37a30c960cbc5e5b72c73a3a315afc4c3920 (diff)
downloadotp-871c5af1e44a423106d644ca6e70900ad21d41b4.tar.gz
otp-871c5af1e44a423106d644ca6e70900ad21d41b4.tar.bz2
otp-871c5af1e44a423106d644ca6e70900ad21d41b4.zip
Merge branch 'hans/inets/banner_grabbing/OTP-12661' into maint-17
* hans/inets/banner_grabbing/OTP-12661: inets: Add value 'none' in server_tokens config
Diffstat (limited to 'lib/inets/doc/src/httpd.xml')
-rw-r--r--lib/inets/doc/src/httpd.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml
index 20c8a6b1b1..e40660ab39 100644
--- a/lib/inets/doc/src/httpd.xml
+++ b/lib/inets/doc/src/httpd.xml
@@ -315,7 +315,7 @@ text/plain asc txt
</item>
<marker id="prop_server_tokens"></marker>
- <tag>{server_tokens, prod|major|minor|minimal|os|full|{private, string()}}</tag>
+ <tag>{server_tokens, none|prod|major|minor|minimal|os|full|{private, string()}}</tag>
<item>
<p>ServerTokens defines how the value of the server header
should look. </p>
@@ -323,6 +323,7 @@ text/plain asc txt
here is what the server header string could look like for
the different values of server-tokens: </p>
<pre>
+none "" % A Server: header will not be generated
prod "inets"
major "inets/5"
minor "inets/5.8"