eozmen410 commented on pull request #442: URL: https://github.com/apache/wicket/pull/442#issuecomment-679853448
> The listeners should always query the configuration anyway - what if the app changes the configuration later on? By our design right now, changes made to the configuration after the `init()` method will not have an effect on the listener. We didn't think users would want to change their policies at runtime. Also since `securityInit()` is called once during initialization, if a listener is not added in the `secuirtyInit()` (configuration was `DISABLED` in `init()`) and later on changes the configuration (enable at runtime) the listener would not be added. Are there use cases for changing the policies at runtime? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org