pbryan in openidm

pbryan

committed 936 to openidm

07 Feb
Use new org.forgerock.json.resource.* version 1.2.2. Resolves OPENIDM-550.
modified pom.xml
pbryan

committed 935 to openidm

07 Feb
Use new org.forgerock.json.resource.* version 1.2.2. Resolves OPENIDM-550.
pbryan

committed 897 to openidm

31 Jan
Use fixed upstream org.forgerock.json.resource.* libraries.
modified pom.xml
pbryan

committed 896 to openidm

31 Jan
Use fixed upstream org.forgerock.json.resource.* libraries.
pbryan

committed 890 to openidm

30 Jan
Change org.forgerock.json.resource.* dependencies to 1.2.0 to resolve OPENIDM-547 and OPENIDM-548.
modified pom.xml
pbryan

committed 888 to openidm

30 Jan
Change org.forgerock.json.resource.* dependencies to 1.2.0 to resolve OPENIDM-547 and OPENIDM-548.
pbryan

committed 751 to openidm

09 Jan
OPENIDM-523: Treat null role in HTTP context as empty list.
pbryan

committed 719 to openidm

03 Jan
Handle null roles as empty list.
pbryan

committed 696 to openidm

23 Dec 11
Now with less bugs! Also cleaned-up to be easier to extend.
pbryan

committed 695 to openidm

23 Dec 11
Configurably allow TLS-authenticated clients access.
pbryan

committed 684 to openidm

22 Dec 11
Commit tested version of the script.
pbryan

committed 682 to openidm

22 Dec 11
Default authorization rule: HTTP access only for users assigned an "openidm-admin" role.
Decorates HTTP context with assigned roles in "openidm-roles" security member.
Managed object set enforces "id" provided for specific operations.
Fix false assumption that all entities for action are maps.
pbryan

committed 671 to openidm

21 Dec 11
Assigned roles now included in request attribute.
Roles handled uniformly as lists throughout.
X-OpenIDM-* headers suppressed in request downstream.
pbryan

committed 661 to openidm

20 Dec 11
Uncaught runtime exceptions in router now emit log messages at WARN instead of DEBUG level.
pbryan

committed 651 to openidm

18 Dec 11
Update dependencies to release version.
modified pom.xml
pbryan

committed 650 to openidm

18 Dec 11
Disallow attempts to address sub-objects in ManagedObjectSet.
pbryan

committed 636 to openidm

16 Dec 11
Better handling of potentially modified requests by scripts.
pbryan

committed 630 to openidm

15 Dec 11
Fix UNASSIGNED situation in target synchronization phase.
Add onFailure script to router.
Partial consolidation of filter code in router.
Rethrow ObjectSetException instead of unnecessarily wrapping.
pbryan

committed 624 to openidm

14 Dec 11
pbryan

committed 604 to openidm

11 Dec 11
Wow, how did I let this one get through?
pbryan

committed 539 to openidm

28 Nov 11
Fixed bug introduced when dropping encryption JsonCryptoTransformer.
pbryan

committed 536 to openidm

25 Nov 11
Revert to Restlet 2.0.9, as 2.0.10 bundle seems to (incorrectly) attempt to import private packages.