mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 23:45:15 +00:00
jaymode
7a6a3d072f
Fix password comparison in UsernamePasswordToken.equals
The password comparison in the UsernamePasswordToken compares the instances password to itself instead of the other instances password. Closes elastic/elasticsearch#405 Original commit: elastic/x-pack-elasticsearch@3cb5658edf
= 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%