Versions Compared

Key

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

...

This method was needed as a workaround for some old version of Firefox that had an issue with rendering images.The flush of the headers caused problems with proper buffering of the response, e.g. when the response needs to be compressed.

org.apache.wicket.markup.html.

...

IPackageResourceGuard#acceptAbsolutePath(Class, String) now without scope parameter

The scope parameter was no longer used already, so it is now removed from the method signature. The method is renamed to IPackageResourceGuard#accept(String)

All IXyzSettings are removed WICKET-5410

...