OpenSearch/docs/reference/sql/endpoints
Bogdan Pintea 3d96d91efb
[7.x] SQL: fix handling of escaped chars in JDBC connection string (#58429) (#58977)
SQL: fix handling of escaped chars in JDBC connection string (#58429)

This commit fixes an issue emerging when the connection string URI
contains escaped characters.

The original URI is pre-parsed in order to re-assemble a new URI having
the optional elements filled in with defaults. The new URI has been
using however the unescaped query and fragment parts. So if these
contained any escaped `&` or `=` (such as in the password option value),
the unescaping would reveal them and make them later interfere with the
options parsing.

The commit changes that, so that the new URI be built from the unescaped
"raw" parts of the original URI.

(cherry picked from commit 94eb5a05e79c6e203de548d05b13e00295bd4489)
2020-07-03 17:03:00 +02:00
..
client-apps [DOCS] Clean up links from SQL client app pages. (#52442) 2020-02-18 12:42:20 -08:00
odbc ODBC: Document the new VarcharLimit and EarlyExecution params (#54632) 2020-04-03 14:46:39 +02:00
cli.asciidoc SQL: specify command to run the CLI on a remote machine without Elasticsearch (#52626) 2020-02-21 13:29:58 +02:00
index.asciidoc Move ODBC documentation to `elasticsearch` repository (#36955) 2018-12-27 11:55:20 +02:00
jdbc.asciidoc [7.x] SQL: fix handling of escaped chars in JDBC connection string (#58429) (#58977) 2020-07-03 17:03:00 +02:00
odbc.asciidoc SQL: ODBC: document extra connection string parameters (#40476) 2019-03-27 14:20:23 +01:00
rest.asciidoc SQL: Fix DATETIME_PARSE behaviour regarding timezones (#56158) (#56182) 2020-05-05 12:08:39 +02:00
translate.asciidoc [DOCS] Replace "// TESTRESPONSE" magic comments with "[source,console-result] (#46295) (#46418) 2019-09-06 09:22:08 -04:00