Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This way it is consistent with the other #getXyzListeners() methods in Application class

org.apache.wicket.authorization.IAuthorizationStrategy#isResourceAuthorized(IResource, PageParameters) is introduced WICKET-5012

Wicket 7.x supports authorization for requests to resources (IResource) additionally to authorization for components.

Behavior changes

org.apache.wicket.request.Url#getQueryString WICKET-4664

...