Versions Compared

Key

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

...

So we removed that feature and introduced IAuthenticationStrategy. A default implementation has been provided and the examples have been updated. As usual it gets registered with ISecuritySettings.

For easy Cookie handling , but left a utility class org.apache.wicket.itilutil.cookies.CookieUtils.The examples have been updated and may serve as a reference on how to use it. It still is very easy to use, but provides improved flexibility. has been introduced.

Upgraded to JUNIT4

We changed pom.xml to use junit

xxx