-
Bug
-
Resolution: Done
-
Minor
-
None
-
Documentation (Ref Guide, User Guide, etc.)
-
-
-
-
-
In our Configuration guide, we now most of the time refer to HTTP/2 with its correct name. Although there are some occurrences where we use just HTTP2 (missing forward slash here). We should rename those also to HTTP/2 so we are consistent throughout all of our documentation.
Note: we should probably also check other our guides. Well, I am not sure but from simple grepping I think that only Configuration guide is affected?
$ grep -r "HTTP2" .git/logs/HEAD:1bbccf267a7f177b72b02920482614007a4ff1e8 d6f433ef81e01eceb9de2fb4267ca9bdc4a4c9c0 Jan Stourac <jstourac@redhat.com> 1454597207 +0100 commit: [JBEAP-3245]: added missing prepositions in Undertow HTTP2 configuration section docs/config-guide/po/ja-JP/master.po:msgid "h2c (clear text HTTP2)" docs/config-guide/po/ja-JP/master.po:msgid "If the load balancer should attempt to upgrade back end connections to HTTP2. If HTTP2 is not supported, HTTP or HTTPS will be used as normal" docs/config-guide/po/ja-JP/master.po:msgid "Enables HTTP2 support for this listener" docs/config-guide/pot/master.pot:msgid "h2c (clear text HTTP2)" docs/config-guide/pot/master.pot:msgid "If the load balancer should attempt to upgrade back end connections to HTTP2. If HTTP2 is not supported, HTTP or HTTPS will be used as normal" docs/config-guide/pot/master.pot:msgid "Enables HTTP2 support for this listener" docs/topics/undertow-reference.adoc:|enable-http2 |false |Whether the load balancer should attempt to upgrade back-end connections to HTTP2. If HTTP2 is not supported, HTTP or HTTPS will be used as normal. docs/topics/undertow-reference.adoc:|enable-http2 |false |Whether to enable HTTP2 support for this listener. docs/topics/undertow-reference.adoc:|enable-http2 |false |Enables HTTP2 support for this listener. docs/topics/undertow-configure-http2.adoc://http://undertow.io/blog/2015/03/26/HTTP2-In-Wildfly.html docs/topics/undertow-configure-http2.adoc:The default value of the `wrap` attribute of `server-ssl-context` is `false`. This is required to utilize HTTP2 with the `elytron` subsystem.
- clones
-
JBEAP-10596 [Docs] - rename HTTP2 to HTTP/2 in configuraiton guide
- Closed