-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.DR16
-
None
-
User Experience
-
-
-
-
-
-
Not Required
-
CLI autocompletion in Undertow subsystem for attribute /subsystem=undertow[default-virtual-host] does not work correctly. When you try to tab-complete with following command and default configuration in use:
/subsystem=undertow:write-attribute(name=default-virtual-host,value=
CLI will offer you this:
/subsystem=undertow:write-attribute(name=default-virtual-host,value=default-server.default-host
which is not correct as accepted attribute value is just virtual host name, in this case that means 'default-host'.
Expected behavior is that CLI will offer you just names of virtual hosts with tab-completion.
- is caused by
-
JBEAP-10033 Introduce capabilites in undertow subsystem
- Closed
- is cloned by
-
WFCORE-2690 Undertow CLI completion for /subsystem=undertow[default-virtual-host] offers also server name
- Resolved
- is incorporated by
-
JBEAP-10119 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta16
- Closed