Skip to content

Conversation

@pgagnon
Copy link
Contributor

@pgagnon pgagnon commented Jan 14, 2026

The __register_plugins function was using 'return' instead of 'continue' when encountering a duplicate plugin name. This caused the entire loop to exit early, preventing subsequent plugins from being loaded.

The __register_plugins function was using 'return' instead of 'continue'
when encountering a duplicate plugin name. This caused the entire
loop to exit early, preventing subsequent plugins from being loaded.

This is a regression introduced in apache#32692.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant