Remove /_dr security constraint from web.xml files

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=159610409
This commit is contained in:
mountford 2017-06-20 14:06:27 -07:00 committed by Ben McIlwain
parent 978fc665ea
commit 02a5e3d20f
3 changed files with 0 additions and 9 deletions

View file

@ -305,9 +305,6 @@
<!-- Internal AppEngine endpoints. The '_ah' is short for app hosting. -->
<url-pattern>/_ah/*</url-pattern>
<!-- Internal registry endpoints. The '_dr' is short for domain registry. -->
<url-pattern>/_dr/*</url-pattern>
<!-- Registrar console (should not be available on non-default module). -->
<url-pattern>/registrar*</url-pattern>