-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
-
User Experience
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.
- clones
-
JBEAP-10353 Undertow CLI completion for /subsystem=undertow[default-virtual-host] offers also server name
- Closed
- is caused by
-
JBEAP-10033 Introduce capabilites in undertow subsystem
- Closed