]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
NOJIRA - Fixed a bug in the processing of authority items when fetching by name ...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 16 Jul 2010 21:25:36 +0000 (21:25 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 16 Jul 2010 21:25:36 +0000 (21:25 +0000)
commit1c5e9006daec446c6cb79626baa539d9f43d8d9e
tree91ff6099142a2d0c63df69dc7cbbfa464d29afe1
parent6f5ad239044a555bd6ff94d9a481aa94e1fbb298
NOJIRA - Fixed a bug in the processing of authority items when fetching by name - was not correctly qualifying by authority. Should allow shortIdentifier clash across (but not within)  authorities, but was coughing on cross-authority clash. Typo in PersonAuthorityClient caused problems in test.
services/common/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClient.java
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java