]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-2975: Services tenant bindings configuration now specifies validator handlers...
authorAron Roberts <aron@socrates.berkeley.edu>
Sat, 2 Oct 2010 00:45:59 +0000 (00:45 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Sat, 2 Oct 2010 00:45:59 +0000 (00:45 +0000)
commitc7376f7cb991e9ba1f0b2270e1ec8d2e6d07db11
treee998b90c4e701a1d89872c6511ad0c942323c786
parent131180c01ae1b0d7254ffd52a88979a63663e464
CSPACE-2975: Services tenant bindings configuration now specifies validator handlers for LocationAuthority, OrgAuthority, and PersonAuthority; these had been inadvertently omitted. Added tests to Person service to verify that non-word chars in short identifiers / shortIds submitted in request payloads, when creating a Person authority or Person item, return the expected 400 BadRequest response.
services/common/src/main/config/services/tenant-bindings.xml
services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClientUtils.java
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java