mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-05-02 20:37:42 +00:00
Previously this was possible, which was problematic when issuing a request like `DELETE /-myindex`, which was interpretted as "delete everything except for myindex". Resolves #19800