1
0
mirror of https://github.com/google/nomulus synced 2026-06-03 21:46:38 +00:00

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 e1db357fc3
commit f747610533

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>