Skip to content

Commit

Permalink
Merge branch 'remove-imageProcessor-role' into sharkbook.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Dec 23, 2024
2 parents 91ea22e + c4be8e1 commit 834bae8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@
/MassSwapLocationCode = authc, roles[admin]
/logs/** = authc, roles[admin]
/xcalendar/** = authc, roles[researcher]
/SubmitSpots = authc, roles[imageProcessor]
/InterconnectSubmitSpots = authc, roles[imageProcessor]
/interconnectSubmitSpots = authc, roles[imageProcessor]
/SubmitSpots = authc, roles[researcher]
/InterconnectSubmitSpots = authc, roles[researcher]
/interconnectSubmitSpots = authc, roles[researcher]

/import/** = authc, roles[researcher]

/gallery.jsp = authc
#/encounters/encounter.jsp = authc
/encounters/encounterMediaGallery.jsp = authc
/encounters/projectManagement.jsp = authc
/encounters/encounterSpotTool.jsp = authc, roles[imageProcessor]
/SubmitSpotsAndImage = authc, roles[imageProcessor]
/encounters/encounterSpotTool.jsp = authc, roles[researcher]
/SubmitSpotsAndImage = authc, roles[researcher]

/GenePopExport = authc, roles[researcher]

Expand Down

0 comments on commit 834bae8

Please sign in to comment.