thomastom99 / wc

wc Public Repository
0 stars 0 forks source link

Restriched Web Pages can be viewd directly #59

Open thomastom99 opened 8 years ago

thomastom99 commented 8 years ago
  1. Restrict the web page access Manage Site Users ==> Privilage Settings
  2. Logout
  3. Try to access the Page directly using the alias link. The web page gets displayed.

Check whether the page belowngs to the default group. If not do not display if not login. An errir page should be displayed , Default access denied page in the WebCloud.

thomastom99 commented 8 years ago

Consult Jithin if you want to reproduce the Bug..

thomastom99 commented 8 years ago

I think we need to see if that page has a group assigned.. We might need to store the Group ID along with the menu in the data structure and load it when the application starts so that we can directly check it .. The idea is not to fetch the information from the table (every time) so that the performance will not get degraded ..

thomastom99 commented 8 years ago

Discussed this bug with Akill too .. He will test this bug also..