Details
Description
KNOX-2625 introduced a new query parameter called refresh which is only used in the Knox Home page UI's handleError method. Because of the way, how Angular renders pages after issuing a sweetalert notification, which we do, followed by a Promise.reject(String), the refresh query parameter is redundant and not needed at all.
Even worse, it might interfere with the profile/topology query parameters we added in KNOX-2972 in a way such that the topologies will not be displayed.
Therefore, removing the refresh query parameter in the logout link is highly recommended.
Attachments
Issue Links
- links to