Pajri opened a new issue #17301: URL: https://github.com/apache/superset/issues/17301
Hi, I tried to remove logmodelview/ access permission in a role. However, when access page /logmodelview/list/, it returns 302 instead of 403. How to handle unauthorized access to a page ? #### How to reproduce the bug 1. Remove logmodelview permission in a role (all of them) 2. Access logmodelview/list/ 3. It returns 302 ### Expected results It should return 403 ### Actual results It returns 302 #### Screenshots  ### Environment (please complete the following information): - microsoft edge ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [v] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [v] I have reproduced the issue with at least the latest released version of superset. - [v] I have checked the issue tracker for the same issue and I haven't found one similar. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
