IT Mill Toolkit 4.1.4 maintenance release

Version 4.1.4 is a maintenance release in the IT Mill Toolkit Release 4 branch.

Get it from:
http://www.itmill.com/downloads/itmill-toolkit.htm?version=4.1.4
.

The maintenance release contains the following updates:

  • Support for Internet Explorer version 8 (released today)
  • Allows disabling the XSRF (Cross-Site Request Forgery) protection as in Toolkit 5. Just put the following init-param in web.xml:

[code]

  <init-param>
      <param-name>disable-xsrf-protection</param-name>
      <param-value>true</param-value>
  </init-param>

[/code]See the detailed change log in the
Release Notes for IT Mill Toolkit 4.1.4
.