dobesv opened a new pull request #1994: DRILL-7203: Accept impersonation userName as form field & fix back button for query page URL: https://github.com/apache/drill/pull/1994 # [DRILL-7203](https://issues.apache.org/jira/browse/DRILL-XXXX): Accept impersonation userName as form field & fix back button for query page ## Description Requiring the impersonation username to be sent as an HTTP header made it difficult to implement the Web UI submission. This changes it so that the userName can be sent as a form field instead, allowing the Web UI to do a "normal" form submission, which fixes the back button, avoids the use of the deprecated "document.open" API call, and may avoid other glitches in the future. ## Documentation No updates needed, this is just something "under the hood" for the Web UI. ## Testing I added some automated tests. I also tested manually in the Web UI. (Please describe how this PR has been tested.)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
