This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
OSIAM Release 1.3
osiam-distribution-1.3.zip contains the osiam-server, addon-self-administration and addon-administration binaries for the OSIAM 1.3 release.
Download osiam-distribution-1.3.zip and unzip. If you want to run OSIAM server, the addon-self-administration and the addon-administration, please have a look at the GitHub Wikis:
https://github.com/osiam/server/wiki
https://github.com/osiam/addon-self-administration/wiki
https://github.com/osiam/addon-administration/wiki
CHANGES
1.3 - 2014-10-17
OSIAM server
- [fix] Umlauts encoding problems
- [fix] Infinite recursion when filtering or sorting by x509certivicates.value
- [fix] Sorting by name sub-attribute breaks the result list
- [fix] Wrong directory name for translations
For a detailed description and migration see:
https://github.com/osiam/server/wiki/Migration#from-12-to-13
OSIAM addon-self-administration
- [fix] translation property files parsed as UTF-8
Before this fix, the translation messages were parsed as ISO-8859-1 - [cleanup] cleanup logging handling in all controllers
Before this cleanup JUL was used to log messages, now the slf4j logger will be used.
The main concept is the following: When an error occurred which happen because of a
bad request (e.g. missing authorization token) the message will be logged as warn,
when it occurred because of an internal error (e.g. the mail server is not available
or the requested template file is missing) the message will be logged as error. - [fix] fixed osiam/addon-self-administration#63
When the password reset was already done by the user a FORBIDDEN with an error
description will be returned. Before an exception occurred and it wasn't caught,
so an internal error/500 was returned with a servlet container specific HTML error
page. - [fix] fixed validation when register a user
Before this fix, the validation wasn't working for the JSR-330 Bean Validation
annotations, but only for the custom user validator. So an exception occurred when
a malformed e-mail-address was send, which response with an internal error and a
servlet container specific HTML error page. This fix switch to only JSR-330
Bean Validation annotations and returns with an error message prepared HTML form.
OSIAM addon-administration
- [fix] Styling issues
- [enhancement] Groupname is shown in Edit-User-Membership view
- [enhancement] Username is shown in Edit-Group-Membership view
- [fix] Display of paging meta information
- [enhancement] Check the access token validity foreach request
- [fix] Saving primary flag for multi-value-attributes
Before: Primary flag will not be saved, if you enter a display value or a new attribute.
After: Now the primary flag will be saved correctly. - [refactor] Sorting arrows
One arrow with a link for ascending or descending depends on the current sort direction. - [refactor] Unify all success and error messages for all pages