This is an automated email from the ASF dual-hosted git repository.
jsedding pushed a change to branch
jsedding/SLING-13251-mbean-registration-robustness
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git
from a8bab6e SLING-13251 - MBean registration in ServletFilterManager
fails for factory components
add 6ed21bf SLING-13251 - MBean registration in ServletFilterManager
fails for factory components
No new revisions were added by this update.
Summary of changes:
pom.xml | 10 ++
.../engine/impl/filter/ServletFilterManager.java | 25 +++--
.../engine/impl/helper/SlingFilterConfig.java | 14 +--
.../engine/impl/helper/SlingFilterConfigTest.java | 116 +++++++++++++++++++++
4 files changed, 148 insertions(+), 17 deletions(-)
create mode 100644
src/test/java/org/apache/sling/engine/impl/helper/SlingFilterConfigTest.java