You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/06/25 09:54:10 UTC

[GitHub] [cloudstack-primate] borisstoyanov opened a new issue #456: [BUG] After session expire, upon new login user is given 403

borisstoyanov opened a new issue #456:
URL: https://github.com/apache/cloudstack-primate/issues/456


   **Describe the bug**
   After session expire and following log, user is being displayed with 403 instead of the resource he had just authenticated to. 
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Let the session expire while on a page
   2. Click anywhere on the screen
   3. You're being redirected to login, login to CS
   4. Instead of the page you've clicked before login you've been displayed with 403
   
   **Expected behavior**
   User should be redirected to the page where he was last
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack-primate] Pearl1594 commented on issue #456: [BUG] After session expire, upon new login user is given 403

Posted by GitBox <gi...@apache.org>.
Pearl1594 commented on issue #456:
URL: https://github.com/apache/cloudstack-primate/issues/456#issuecomment-650028097


   with autodiscovery, there are some paths that get discovered after a delay, as a result of which the instant the user logs in that path doesn't exist and hence leads to a 403. So to overcome that, the user is now redirected to the dashboard page.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #456: [BUG] After session expire, upon new login user is given 403

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #456:
URL: https://github.com/apache/cloudstack-primate/issues/456#issuecomment-650264181


   Let's continue the discussion on https://github.com/apache/cloudstack-primate/pull/460 @borisstoyanov I've reviewed, tested and verified the fix by @davidjumani under a few scenarios - need you feedback on the UX/usability. Thanks.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd closed issue #456: [BUG] After session expire, upon new login user is given 403

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #456:
URL: https://github.com/apache/cloudstack-primate/issues/456


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #456: [BUG] After session expire, upon new login user is given 403

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #456:
URL: https://github.com/apache/cloudstack-primate/issues/456#issuecomment-649491346


   @borisstoyanov can you test latest master (or latest build of PR where you saw this). This has been fixed now; so after a fresh login users are always taken to the dashboard.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack-primate] davidjumani commented on issue #456: [BUG] After session expire, upon new login user is given 403

Posted by GitBox <gi...@apache.org>.
davidjumani commented on issue #456:
URL: https://github.com/apache/cloudstack-primate/issues/456#issuecomment-650000905


   On logout / session expired, post login, user lands on the dashboard


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack-primate] borisstoyanov commented on issue #456: [BUG] After session expire, upon new login user is given 403

Posted by GitBox <gi...@apache.org>.
borisstoyanov commented on issue #456:
URL: https://github.com/apache/cloudstack-primate/issues/456#issuecomment-650007647


   but if you have a URL leading you to some particular page you should be landing on that page when login, right ? 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #456: [BUG] After session expire, upon new login user is given 403

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #456:
URL: https://github.com/apache/cloudstack-primate/issues/456#issuecomment-649621464


   With @davidjumani - send a PR to fix or close on test confirmation.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #456: [BUG] After session expire, upon new login user is given 403

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #456:
URL: https://github.com/apache/cloudstack-primate/issues/456#issuecomment-649492019


   Limitation - because we rely on API autodiscovery, after re-login we cannot directly take to the view before the API discovery finishes. For now, we direct the page to dashboard. If you change the request of the issue, we can make it as a potential usability enhancement for 1.1.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #456: [BUG] After session expire, upon new login user is given 403

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #456:
URL: https://github.com/apache/cloudstack-primate/issues/456#issuecomment-650040436


   I'll explore a fix but this is not priority for GA


----------------------------------------------------------------
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:
users@infra.apache.org