Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/dc11e317 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/dc11e317 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/dc11e317 Branch: refs/heads/master Commit: dc11e31768b0b4af79bb75077a95ae63948ad86c Parents: 7df3d43 f3e0efc Author: Manula Thantriwatte <[email protected]> Authored: Tue Dec 17 12:20:50 2013 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Tue Dec 17 12:20:50 2013 +0530 ---------------------------------------------------------------------- .../org/apache/stratos/rest/endpoint/Utils.java | 40 ++++++++++++++++++++ .../endpoint/exception/RestAPIException.java | 20 ++++++++++ .../handlers/CustomExceptionMapper.java | 37 ++++++++++++++++++ .../handlers/StratosAuthenticationHandler.java | 19 ++++++++-- .../handlers/StratosAuthorizingHandler.java | 14 +++++-- .../rest/endpoint/services/StratosAdmin.java | 2 +- .../src/main/webapp/WEB-INF/cxf-servlet.xml | 2 + .../src/main/webapp/WEB-INF/web.xml | 4 +- 8 files changed, 128 insertions(+), 10 deletions(-) ----------------------------------------------------------------------
