Kauri is a Java-based framework for RESTful (web) application development. It's based on Restlet, jQuery, Maven, Spring and the sweaty hands of its core development team.
This project is managed by mpo.
fixed:
In [1962]:
collection.js: moved kauri-role 'container' to the table-tag. This fixes #479
collection.js: moved kauri-role 'container' to the table-tag. This fixes #479
collection.js contains the following code:
$.extend(CollectionControl.prototype.templates, {
layout: "<tr kauri-role='container'><td ><span kauri-role='label'/><span kauri-role='control'/><span
The FormAuthenticationMethod challenge method throws a NullPointerException when triggered from a template. This is the case when a template variable pointing to a protected area is used on an unprotected page.
The exception is caused by
fixed:
In [1961]:
core.js: getDecimalSeparator() now returns a default separator in case no decimal separator was found. This fixes #477