mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Elasticsearch wants to move to remove the warning date from warning headers in deprecation messages that are serialized into response headers. This commit is a step towards enabling Elasticsearch to do that by making the warn date optional in the regular expression used for processing warning headers. This is consistent with RFC 7234 where the warn date can be optional. By making this optional here, Elasticsearch can then follow-up and remove the warn date without breaking Kibana. A follow-up in Kibana can then remove this component from the regular expression instead of leaving it behind as optional. |
||
---|---|---|
.. | ||
cli | ||
cli_keystore | ||
cli_plugin | ||
core | ||
deprecation | ||
dev | ||
docs | ||
es_archiver | ||
fixtures | ||
functional_test_runner | ||
legacy/core_plugins | ||
optimize | ||
plugin_discovery | ||
plugins/testbed | ||
server | ||
setup_node_env | ||
test_utils | ||
type_definitions | ||
ui | ||
utils | ||
type_exports.ts |