Wicket 1.5.15 released

19 Feb 2016

This is the fifteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes.

CHANGELOG for 1.5.15:

Bug

  • [WICKET-6037] - ModalWindow vulnerable to Javascript injection through title model
  • Escape the generated markup for attribute names and values in CheckBoxMultipleChoice and RadioChoice

To use in Maven:

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>1.5.15</version>
</dependency>

Download the full distribution (including sources)