Unauthorised and logged-out users accessing page URLs (i.e. http://localhost:8080/p/administration?profile=Responsive) are being directed to login.html.

1
Hi, I'm having an issue where unauthorised and logged-out users accessing page URLs (i.e. http://localhost:8080/p/administration?profile=Responsive) are being directed to login.html. If the user is logged in but doesn't have the right permissions it is removing their session and sending them to login.html. If a user is logged out and selects the link it will direct them to login.html, on successful login it will direct them to the correct page. I've added debugging to the project navigation default homepage and it is never hit in these scenarios. Has anyone come across this before or knows of a way to fix this? Many thanks, Tom
asked
1 answers
0

For the logged-out user the behavior seems to be correct.

The logged-in user losing the session seems to be a bug and I suggest filing a ticket for this with Mendix support.

I would expect that the homepage is not hit when using these links as you are accessing the application on a separate requesthandler (/p/) that will not redirect to the homepage.

answered