Skip to content

Make AuthCheckFilter's destroy a no-op#3154

Open
Fishbowler wants to merge 1 commit intoigniterealtime:mainfrom
Fishbowler:fix-authcheckfilter
Open

Make AuthCheckFilter's destroy a no-op#3154
Fishbowler wants to merge 1 commit intoigniterealtime:mainfrom
Fishbowler:fix-authcheckfilter

Conversation

@Fishbowler
Copy link
Member

This is called when the AdminConsolePlugin restarts (by PluginServlet). It wipes all exclusions that have been registered, requiring plugins to re-register them. This change retains the static list of excludes. Plugins remain responsible for unregistering their excludes, which they should have been doing anyway, rather than relying on an eventual restart of the AdminConsole.

Fixes the generic case of igniterealtime/openfire-restAPI-plugin#205 (which has a fix in igniterealtime/openfire-restAPI-plugin#232, but feels like it should be unnecessary)

This is called when the AdminConsolePlugin restarts (by PluginServlet). It wipes all exclusions that have been registered, requiring plugins to re-register them. This change retains the static list of excludes. Plugins remain responsible for unregistering their excludes, which they should have been doing anyway, rather than relying on an eventual restart of the AdminConsole.
@Fishbowler Fishbowler force-pushed the fix-authcheckfilter branch from 71a1ff8 to efc8c4a Compare March 5, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant