This is an automated email from the git hooks/post-receive script. New change to branch develop in repository wikitty. See http://git.nuiton.org/wikitty.git from 97a7fc9 add test for Anomalie #3735: containsOne and containsAll with an empty collection returns all objects but no object should have been returned new 737bb1b create new WikittyServiceAuthorisation to return null is user can't read Wikitty new ce0b3e4 fixes bug in containsAll with empty collection (no result expected) new 5ab14c9 fixes bug when returned wikitty is null (if id not exist any more, or if security service replace unaccessable wikitty by null) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 5ab14c94841047b81ab75b18477d32ed068ff39f Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sun Aug 2 14:20:11 2015 +0200 fixes bug when returned wikitty is null (if id not exist any more, or if security service replace unaccessable wikitty by null) commit ce0b3e42c7b6aed0c2e4ec04e01cb40baae7d675 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sun Aug 2 14:17:26 2015 +0200 fixes bug in containsAll with empty collection (no result expected) commit 737bb1bea44e78676ab71cea9906f755de5ec84e Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sun Aug 2 03:22:07 2015 +0200 create new WikittyServiceAuthorisation to return null is user can't read Wikitty Summary of changes: .../java/org/nuiton/wikitty/WikittyClient.java | 11 ++-- .../services/WikittyServiceAuthorisation.java | 20 ++++-- .../WikittyServiceAuthorisationReadNullify.java | 72 ++++++++++++++++++++++ .../storage/WikittySearchEngineInMemory.java | 5 +- 4 files changed, 97 insertions(+), 11 deletions(-) create mode 100644 wikitty-api/src/main/java/org/nuiton/wikitty/services/WikittyServiceAuthorisationReadNullify.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.