Skip to main content

v2.2.0 (2016-02-24)

Scope

  • Core events and configuration, and the Web filter chain

Changes

  • Added
    • Add an event registration plugin and Settings.addSetting / clearSetting.
  • Improved
    • Implement the resource plugin as a Filter instead of a Servlet; pass unmatched resource requests on to the Servlet container.
    • Implement the RESTful plugin as a Filter; allow templates to be selected through renderTo or ContextMap.setViewName.
    • Change the default working directory source from USER.DIR to USER.HOME.
    • Retain multiple values on XML configuration conflicts; change event parameters from Object[] to generics.