Reputation: 12204
In my Apex 19 server i have 2 workspaces, say WS1 with apps 100 and 101 and WS2 with apps 200 and 201.
Workspaces should have to be isolated, users shouldn't see other workspace applications, but if the user is in WS1 with the url /ws1/f?p=100:1:::::: and changes the url in /ws1/f?p=200:1::::::, he can change the workspace and is redirected to App 200 login page.
In this case i would like the user to get a 404 error.
What am i doing wrong? How do i avoid the user change the workspaces he cannot access?
Upvotes: 0
Views: 226