mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Adapt to strict parsing mode removal
Original commit: elastic/x-pack-elasticsearch@2d6276a60f
This commit is contained in:
parent
8a3181ceed
commit
adf22c3d24
@ -634,7 +634,7 @@ public class CertificateTool extends SettingCommand {
|
||||
private final ParseFieldMatcher parseFieldMatcher;
|
||||
|
||||
CertInfoParseContext() {
|
||||
this.parseFieldMatcher = new ParseFieldMatcher(true);
|
||||
this.parseFieldMatcher = ParseFieldMatcher.EMPTY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user