Include the relock action in the web.xml routing file (#680)

This commit is contained in:
gbrodman 2020-07-13 21:57:35 -04:00 committed by GitHub
parent 11fb271fb4
commit 4036be3bdc

View file

@ -367,6 +367,12 @@
<url-pattern>/_dr/task/linkRdeHosts</url-pattern>
</servlet-mapping>
<!-- Action to automatically re-lock a domain after unlocking it -->
<servlet-mapping>
<servlet-name>backend-servlet</servlet-name>
<url-pattern>/_dr/task/relockDomain</url-pattern>
</servlet-mapping>
<!-- Security config -->
<security-constraint>
<web-resource-collection>