|
13-08-11 / 20:05 : CP2JavaWS 1.1 available (cjed) | A new 1.1 version of CP2JavaWS (Cappuccino to remote Java
services framework) is available at sourceforge. It includes the following new features/enhancements :
- Added Basic Authentication scheme besides Digest, and a generic
Active Directory/Ldap authentication service (automatic check of user
password and retrieve of its profiles related to the application from
the directory, that are then stored on the client side's endpoint for
UI conditional display - besides being used on the server side from
the authorization service).
- global authentication to an endpoint (in order to allow connect/
disconnect menu for login/logout) besides per service check, by
calling a dummy service listed in authenticated services (needed to
keep - not duplicate - authentication process managed by the
authentication filter).
- better error management, and easy to read full server error trace in
the client's alert window.
- parameter to set the encoding information sent from the Json filter
to the client (depends from encoding used in custom services and/or
database). | | Comments | A 1.1.1 update is available :
- Fixed a problem in ADAuthenticationService (exception was thrown with wrong password instead returning null).
- Fixed a problem with empty login and/or password (exception when decoding)
- Added distinct messages for empty fields, first login message, and authentication error
- Allows customization of these messages at endpoint creation (submitted at 08-17-11, 23:31 by cjed) | Write a comment | |
|