- Downloads
Add custom AccessDeniedException handler for course and lab controller
lab and course controller have a cusotm accessdeniedexception for when a user tries to access a lab/course where he is not enrolled for. If he/she tries to edit this lab/course an error page will still be displayed.
parent
101b43bf
No related branches found
No related tags found
Showing
- src/main/java/nl/tudelft/ewi/queue/controller/CourseController.java 28 additions, 6 deletions...ava/nl/tudelft/ewi/queue/controller/CourseController.java
- src/main/java/nl/tudelft/ewi/queue/controller/LabController.java 28 additions, 0 deletions...n/java/nl/tudelft/ewi/queue/controller/LabController.java
- src/test/java/nl/tudelft/ewi/queue/controller/LabControllerTest.java 4 additions, 0 deletions...va/nl/tudelft/ewi/queue/controller/LabControllerTest.java
Loading
Please sign in to comment