This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit fb934a32d7a3f4ccce533e15e91c41674c551b67 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue May 30 16:15:32 2017 +0200 fix author --- .../src/main/java/org/chorem/pollen/rest/api/v1/ErrorAction.java | 1 + pollen-ui-riot-js/package.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ErrorAction.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ErrorAction.java index 146353a..5592d84 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ErrorAction.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ErrorAction.java @@ -53,6 +53,7 @@ public class ErrorAction extends WebMotionController { if (log.isErrorEnabled()) { log.error(e.getMessage(), e); } + // just return the exception, return e; diff --git a/pollen-ui-riot-js/package.json b/pollen-ui-riot-js/package.json index f52b513..8a41cc1 100644 --- a/pollen-ui-riot-js/package.json +++ b/pollen-ui-riot-js/package.json @@ -9,9 +9,9 @@ }, "license": "AGPL-3.0", "author": { - "name": "Tony Chemit", - "email": "dev@tchemit.fr", - "url": "http://ultreia.io" + "name": "code Lutin", + "email": "info@codelutin.com", + "url": "http://www.codelutin.com" }, "contributors": [ { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.