kibana/test
Elastic Jasper 9c93aa6177 Backport PR #8758
---------

**Commit 1:**
URI-encode forwarded location header in proxy

Right now there are situations in which ElasticSearch puts characters in
the character code range between 128 and 255 into the `Location` header.
This leads to an exception when trying to pass on that header through
the hapi proxy in versions before 15.0.0, because it validates that only
US-ASCII characters are used in headers.

To work around that situation, the `Location` header is encoded using
`encodeURI()` for now.

Closes #8705

* Original sha: 18c23c17d9
* Authored by Felix Stürmer <stuermer@weltenwort.de> on 2016-10-18T17:55:31Z

**Commit 2:**
Add test to verify umlaut in vis name

Relates to #8705

* Original sha: e100e1f5c9
* Authored by Felix Stürmer <stuermer@weltenwort.de> on 2016-10-19T09:01:46Z

**Commit 3:**
[elasticsearch/proxy] use different code path with erorr

* Original sha: fec5e1a2dc
* Authored by spalger <email@spalger.com> on 2016-10-19T19:06:39Z
2016-10-19 15:25:12 -04:00
..
dev_certs [devServer] include self-signed certificates for testing 2016-01-19 14:19:25 -07:00
fixtures Specify API version for Elasticsearch client in ScenarioManager 2016-08-25 06:54:54 -07:00
functional Backport PR #8758 2016-10-19 15:25:12 -04:00
screenshots/baseline Update baseline screenshots with loaded CSS. 2016-06-14 09:37:05 -07:00
scripts [ci] source the setup script instead of executing it 2016-07-05 12:46:53 -07:00
support Backport PR #8558 2016-10-05 18:46:13 -04:00
unit/api Remove CSV Upload 2016-10-03 14:01:40 -07:00
utils remove unused dep 2016-03-18 11:53:22 -07:00
visual_regression Create visual_regression test suite. 2016-06-21 20:50:55 -07:00
intern.js Try to fix another staleElementReference in data table test 2016-07-01 17:40:01 -05:00
intern_api.js Add a new GET script languages API endpoint 2016-08-29 11:26:27 -04:00
intern_visual_regression.js Create visual_regression test suite. 2016-06-21 20:50:55 -07:00
mocha.opts [mochaOpts] use full option name 2016-01-13 16:51:29 -07:00
mocha_setup.js [rename] rename all files to snake_case 2016-02-24 12:14:05 -08:00
server_config.js Backport PR #8241 2016-09-12 21:14:45 -04:00
shield.js Configurable shield credentials for tests 2016-01-21 13:13:17 -05:00