vdiravka opened a new pull request #1653: DRILL-7052: Relative path for URL 
redirection
URL: https://github.com/apache/drill/pull/1653
 
 
   Replacing `URI.toString()` with `URI.getPath()` to obtain relative URI path.
   Old absolute path:
   
`http://localhost:8047/mainLogin?redirect=http%3A%2F%2Flocalhost%3A8047%2F%2Fquery`
   New relative path:
   `http://localhost:8047/mainLogin?redirect=%2Fquery`
   For problem description see 
[DRILL-7052](https://issues.apache.org/jira/browse/DRILL-7052).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to