]
Jan Stourac reassigned WFLY-9207:
---------------------------------
Assignee: Jan Stourac (was: Stuart Douglas)
Typo in description of reverse-proxy host enable-http2 attribute
----------------------------------------------------------------
Key: WFLY-9207
URL:
https://issues.jboss.org/browse/WFLY-9207
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 11.0.0.Beta1
Reporter: Jan Stourac
Assignee: Jan Stourac
Priority: Trivial
There is a typo in description of the {{enable-http2}} attribute of the reverse-proxy
host element:
{code}
/subsystem=undertow/configuration=handler/reverse-proxy=a/host=a:read-resource-description
[...snip...]
"description" => "If this is true then the proxy will
attempt to use HTTP/2 to connect to the backend. If it is not supported it will fall back
to HTTP/1.1/",
[...snip...]
{code}
Forward slash at the end of the line should be removed.