Skip to content

Commit

Permalink
remove imageProcessor role
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Dec 23, 2024
1 parent f208f0d commit c4be8e1
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 c4be8e1

Please sign in to comment.