Segnalazione #255
Eccezione se un utente non root visita manualmente un url per cui non ha i permessi
Start date:
05/12/2017
Due date:
% Done:
0%
Estimated time:
Description
Se un utente non root mette nella barra degli indirizzi un'url corretta ma che non gli dovrebbe essere usabile (ad esempio /firewall
se l'utente non ha i permessi per il plugin firewall) si ha un'eccezione non gestita.
Related issues
History
Updated by Mark Caglienzi over 7 years ago
- Due date set to 05/08/2017
- Start date changed from 05/12/2017 to 05/08/2017
- Follows Segnalazione #249: creazione utenza con permissions di admin added
Updated by Mark Caglienzi over 7 years ago
- Due date deleted (
05/08/2017) - Status changed from In elaborazione to Commenti
- Assignee changed from Mark Caglienzi to Christopher R. Gabriel
- Start date changed from 05/08/2017 to 05/12/2017
7ecaf6a2:
- Aggiunto controllo in
OctonetMixin.dispatch()
- In caso un utente non possa visitare il link che sta cercando di visitare, sulla base dei propri permessi di plugin, si ha
raise PermissionDenied
Mergiato in master e pushato
Pacchetto da rifare: octonet
Updated by Christopher R. Gabriel over 7 years ago
- Status changed from Commenti to Chiuso
Ok, pacchetto aggiornato, chiudo.
Check in OctonetMixin that the user is trying to visit a url that he can visit (aka it's in a plugin he has permission for). refs: #255