Сервер: WindFly 15, Undertow 8
Я создал собственный фильтр "MyFilter", следуя статье http://www.mastertheboss.com/jboss-web/jbosswebserver/configuring-undertow-filters-on-wildfly. Но я не нашел способа использовать jboss.cli длядобавьте его в конфигурацию.
Я попытался /subsystem=undertow/configuration=filter/filter=myFilter/:add(module=com.xxx.myfilter,class-name=com.xxx.MyFilter) и получил следующую ошибку:
ERROR [org.jboss.as.cli.CommandContext] Failed to get the list of the operationproperties: "WFLYCTL0030: No resource definition is registered for address [
("subsystem" => "undertow"),
("configuration" => "filter"),
("filter" => "myFilter")
Так можем ли мы добавить фильтр только путем ручного редактирования файла конфигурации?