mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-12 16:05:28 +00:00
Alexander Reelsen
9121003c47
REST: Dont fail with NPE for unknown user
A NullPointerException was triggered in InternalAuthenticationService in case a user did not exist because of trying to access the non-existing user. While fixing this, a test added in IndexPrivilegeTests uncovered lots of wrong assumptions about HTTP error codes, which have been fixed as well (a successful operation now is expected to have a non 4XX/5XX HTTP return code). Also made sure that certain preconditions are fulfilled before going on. Fixes elastic/elasticsearch#646 Original commit: elastic/x-pack-elasticsearch@c4ed759e16
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.
Description
Languages
Java
99.5%
Groovy
0.4%