Skip to content

Commit

Permalink
#3395 fix the move left right redirect issue (#3417)
Browse files Browse the repository at this point in the history
* Remove unused code and cleanup other compiler warnings

* #3395 add a mount for the grades page so that we can avoid a blank Location header being detected and some browsers going into an infinite redirect loop
  • Loading branch information
steveswinsburg authored and payten committed Sep 30, 2016
1 parent 85a2126 commit e9513c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void init() {
super.init();

// page mounting for bookmarkable URLs
mountPage("/", GradebookPage.class);
mountPage("/grades", GradebookPage.class);
mountPage("/settings", SettingsPage.class);
mountPage("/importexport", ImportExportPage.class);
mountPage("/permissions", PermissionsPage.class);
Expand Down

0 comments on commit e9513c2

Please sign in to comment.