mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02:00
Include the relock action in the web.xml routing file (#680)
This commit is contained in:
parent
e1db357fc3
commit
f747610533
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue