[ 
https://issues.apache.org/jira/browse/DRILL-7203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17040360#comment-17040360
 ] 

ASF GitHub Bot commented on DRILL-7203:
---------------------------------------

paul-rogers commented on issue #1787: DRILL-7203: Back button not working 
URL: https://github.com/apache/drill/pull/1787#issuecomment-588399767
 
 
   @dobesv thanks much for digging into this issue. Your knowledge of web 
front-end mechanics is greatly appreciated. My guess is that we've got an issue 
where someone confused a REST API with web page display. As far as I can tell, 
the original design of the Web console was as a set of REST calls, with the 
HTML UI added later. So, not surprising we ended up with this mess.
   
   Seems reasonable to me that, for REST calls, the user name is in a header. 
But, for web pages, we put the data in the normal places: a cookie, a page 
parameter (for GET) or a form field (for POST).
   
   Do you want to try a fix to see if you can make your solution work?
 
----------------------------------------------------------------
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]


>  Back button for failed query does not return on Query page
> -----------------------------------------------------------
>
>                 Key: DRILL-7203
>                 URL: https://issues.apache.org/jira/browse/DRILL-7203
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.16.0
>            Reporter: Arina Ielchiieva
>            Priority: Major
>         Attachments: back_button.JPG
>
>
> Back button for failed query returns on previous page before Query page but 
> not on the Query page.
> Steps: 
> 1. go to Logs page
> 2. go to Query page
> 3. execute query with incorrect syntax (ex: xxxxx)
> 4. error message will be displayed, Back button will be in left corner 
> (screenshot attached)
> 5. press Back button
> 6. user is redirected to Logs page



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to