WildFly 21.0.0.Final:在 GUI 管理控制台中哪里可以找到"filter-ref"?



我已经在standalone.xml中配置:

<subsystem xmlns="urn:jboss:domain:undertow:11.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" statistics-enabled="true">
<!-- ... -->
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
<!-- Where to find in the GUI management console? -->
<filter-ref name="test" predicate="equals(%p, 8282)"/>
<!-- ... -->

,但在GUI管理控制台,我找不到filter-refpredicate属性下的

index.html#configuration;path=configuration~subsystems!css~undertow

在哪里搜索?

WildFly 21.0.0.Final
Undertow 2.2.2.Final

我正在使用版本11,我可以使用GUI编辑现有的过滤器:配置比;子系统的在网络比;过滤器的在表达式过滤器

最新更新