HotFix indexName for taas
This commit is contained in:
parent
76aa088152
commit
184031e760
@ -568,7 +568,8 @@ public class TenantManagementService implements TenantProvider {
|
||||
private void checkIndexName(String indexName) {
|
||||
|
||||
if (indexName == null) {
|
||||
throw new ResponseStatusException(HttpStatus.BAD_REQUEST, "You need to provide an index name");
|
||||
log.warn("Indexname not set");
|
||||
// throw new ResponseStatusException(HttpStatus.BAD_REQUEST, "You need to provide an index name");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user