Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Currently when user has access violation on website we're redirecting him/her to the "no_permission" template. There are several side effects from this approach:

  • user no longer sees url of the page which caused access violation
  • the HTTP response code is now 200 instead of 401

Solution

Proposing to show "No Permission" page inline instead of redirecting to it.

Related Discussions

Related Tasks

  • No labels