You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user has the Intrigue "Search" view up in the browser and logs out in a separate tab, they are still able to modify and execute queries. This is because, after the initial authentication, the WebSocket requests do not check if the user still has a token in that HttpSession.
Steps to Reproduce
Go to Intrigue and go into a workspace.
Execute a search (wildcard is fine)
In a separate browser tab, pull up the AdminUI and logout.
Go back to Intrigue and edit the open query and/or execute it.
Expected behavior :
The query cannot be executed once the user is logged out.
Actual behavior:
The query is executed and relevant results returned.
Reproduces how often:
100%
Platform and environment:
N/A
Affects versions
2.13.6 and master
Additional Information
N/A
The text was updated successfully, but these errors were encountered:
Description
If a user has the Intrigue "Search" view up in the browser and logs out in a separate tab, they are still able to modify and execute queries. This is because, after the initial authentication, the WebSocket requests do not check if the user still has a token in that HttpSession.
Steps to Reproduce
Expected behavior :
The query cannot be executed once the user is logged out.
Actual behavior:
The query is executed and relevant results returned.
Reproduces how often:
100%
Platform and environment:
N/A
Affects versions
2.13.6 and master
Additional Information
N/A
The text was updated successfully, but these errors were encountered: