Ignore HTTP Whiteboard Filters 21/102421/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Sep 2022 09:19:39 +0000 (11:19 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Sep 2022 09:22:03 +0000 (11:22 +0200)
commit795194c101af72fc208bab7464134b17f56e5196
treea8c6b068a781560ffc9e3c58c2d5b20099063d59
parent82d2e4c8fbdbd61c5500f0cf7d04f488588535f8
Ignore HTTP Whiteboard Filters

CustomFilterAdapterConfigurationImpl is listening for all servlet
filters being published to OSGi registry. This unfortunately means
it picks up also filters destined for HTTP Whiteboard -- such as
CustomFilterAdapter, which in turn uses ConfigurationImpl to get
its list of filters -- leading to the filter referencing itself.

Exclude Filters properly marked for HTTP Whiteboard from contributing to
the list and drop a FIXME for a future enhancement.

JIRA: AAA-235
Change-Id: I80c1264889b42a105a62cd5da4238a54554839dd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-filterchain/src/main/java/org/opendaylight/aaa/filterchain/configuration/impl/CustomFilterAdapterConfigurationImpl.java