OpenSearch/modules/transport-netty4/src/test
Alan Woodward 1cc53b5988
Bad regex in CORS settings should throw a nicer error (#34035)
Currently a bad regex in CORS settings throws a PatternSyntaxException, which
then bubbles up through the bootstrap code, meaning users have to parse a
stack trace to work out where the problem is.  We should instead catch this
exception and rethrow with a more useful error message.
2018-09-27 10:02:29 +01:00
..
java/org/elasticsearch Bad regex in CORS settings should throw a nicer error (#34035) 2018-09-27 10:02:29 +01:00
resources/rest-api-spec/test Add support for switching distribution for all integration tests (#30874) 2018-06-26 06:49:03 -07:00