-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Escape values of extra credentials and session properties
Correctly escape values of extra credentials and session properties when building HTTP headers. Change the format of extra credentials and session properties in the URL to match the Trino JDBC and Python drivers - keys and values are separated with a colon (`:`) and multiple entries are separated with a semi-colon (`;`). Note: all special characters, including the semicolon, must be URL escaped.
- Loading branch information
1 parent
d71f0cb
commit a3de405
Showing
3 changed files
with
113 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters