A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via d7135f299986393ac8c4201e43e1e30cbc92a289 (commit) from 74df419fcffda608cb663d95681d48731eed3ff2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d7135f299986393ac8c4201e43e1e30cbc92a289 Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Sat Feb 18 16:48:24 2012 -0600
Parameterize the HTTP configuration switches.
-----------------------------------------------------------------------
Summary of changes: config/fortress.properties.src | 7 ++ .../com/jts/fortress/rest/AccessMgrRestImpl.java | 24 +++--- .../com/jts/fortress/rest/AdminMgrRestImpl.java | 76 +++++++++--------- .../com/jts/fortress/rest/AuditMgrRestImpl.java | 14 ++-- .../fortress/rest/DelegatedAccessMgrRestImpl.java | 18 ++--- .../fortress/rest/DelegatedAdminMgrRestImpl.java | 54 ++++++------- .../fortress/rest/DelegatedReviewMgrRestImpl.java | 14 ++-- .../jts/fortress/rest/{Ids.java => HttpIds.java} | 7 +- .../jts/fortress/rest/PswdPolicyMgrRestImpl.java | 16 ++-- src/main/java/com/jts/fortress/rest/RestUtils.java | 83 +++++++++++++++++++- .../com/jts/fortress/rest/ReviewMgrRestImpl.java | 66 ++++++++-------- 11 files changed, 225 insertions(+), 154 deletions(-) rename src/main/java/com/jts/fortress/rest/{Ids.java => HttpIds.java} (93%)
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git