[OLINGO-206] Merge branch 'olingo-206-val' into m2
Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/7dae5ef3 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/7dae5ef3 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/7dae5ef3 Branch: refs/heads/master Commit: 7dae5ef331f67677a0bd5d8d33f16ccfa95b618e Parents: 8a0d519 6d66ff3 Author: Stephan Klevenz <[email protected]> Authored: Fri Apr 4 07:49:57 2014 +0200 Committer: Stephan Klevenz <[email protected]> Committed: Fri Apr 4 07:49:57 2014 +0200 ---------------------------------------------------------------------- .../apache/olingo/server/api/uri/UriInfo.java | 7 + .../olingo/server/api/uri/UriInfoResource.java | 2 +- .../olingo/server/core/uri/UriInfoImpl.java | 84 ++- .../core/uri/UriResourceWithKeysImpl.java | 6 +- .../olingo/server/core/uri/parser/Parser.java | 3 +- .../uri/validator/UriValidationException.java | 34 ++ .../server/core/uri/validator/UriValidator.java | 540 +++++++++++++++++++ .../core/uri/validator/UriEdmValidatorTest.java | 330 ++++++++++++ 8 files changed, 957 insertions(+), 49 deletions(-) ----------------------------------------------------------------------
