From 939c18bbcea59afa527410fb6709cf7c062a2f5e Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Tue, 3 Oct 2017 13:32:20 -0700 Subject: [PATCH] Remove autoescape="strict" attributes from Soy templates. Strict autoescaping is the default so they serve no purpose. Design doc: [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170905337 --- java/google/registry/tools/soy/ContactCreate.soy | 2 +- java/google/registry/tools/soy/CreateAnchorTenant.soy | 2 +- java/google/registry/tools/soy/DeleteDomain.soy | 2 +- java/google/registry/tools/soy/DeleteHost.soy | 2 +- java/google/registry/tools/soy/DomainAllocate.soy | 2 +- java/google/registry/tools/soy/DomainApplicationInfo.soy | 2 +- java/google/registry/tools/soy/DomainCheck.soy | 2 +- java/google/registry/tools/soy/DomainCheckClaims.soy | 2 +- java/google/registry/tools/soy/DomainCheckFee.soy | 2 +- java/google/registry/tools/soy/DomainCreate.soy | 2 +- java/google/registry/tools/soy/DomainUpdate.soy | 2 +- java/google/registry/tools/soy/HostCreate.soy | 2 +- java/google/registry/tools/soy/RemoveIpAddress.soy | 2 +- java/google/registry/tools/soy/UniformRapidSuspension.soy | 2 +- java/google/registry/tools/soy/UpdateServerLocks.soy | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/java/google/registry/tools/soy/ContactCreate.soy b/java/google/registry/tools/soy/ContactCreate.soy index fbb0b03e7..547438189 100644 --- a/java/google/registry/tools/soy/ContactCreate.soy +++ b/java/google/registry/tools/soy/ContactCreate.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Create contact */ diff --git a/java/google/registry/tools/soy/CreateAnchorTenant.soy b/java/google/registry/tools/soy/CreateAnchorTenant.soy index 149d2d686..362e918e3 100644 --- a/java/google/registry/tools/soy/CreateAnchorTenant.soy +++ b/java/google/registry/tools/soy/CreateAnchorTenant.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Create anchor tenant domain diff --git a/java/google/registry/tools/soy/DeleteDomain.soy b/java/google/registry/tools/soy/DeleteDomain.soy index fcf28c228..0355ceb54 100644 --- a/java/google/registry/tools/soy/DeleteDomain.soy +++ b/java/google/registry/tools/soy/DeleteDomain.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Delete domain request diff --git a/java/google/registry/tools/soy/DeleteHost.soy b/java/google/registry/tools/soy/DeleteHost.soy index 6adc82085..c20ad07e0 100644 --- a/java/google/registry/tools/soy/DeleteHost.soy +++ b/java/google/registry/tools/soy/DeleteHost.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Delete host request diff --git a/java/google/registry/tools/soy/DomainAllocate.soy b/java/google/registry/tools/soy/DomainAllocate.soy index 210c86431..7da1f590c 100644 --- a/java/google/registry/tools/soy/DomainAllocate.soy +++ b/java/google/registry/tools/soy/DomainAllocate.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Domain allocate request. diff --git a/java/google/registry/tools/soy/DomainApplicationInfo.soy b/java/google/registry/tools/soy/DomainApplicationInfo.soy index 000b6b344..4e82f28e7 100644 --- a/java/google/registry/tools/soy/DomainApplicationInfo.soy +++ b/java/google/registry/tools/soy/DomainApplicationInfo.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Domain application info request */ diff --git a/java/google/registry/tools/soy/DomainCheck.soy b/java/google/registry/tools/soy/DomainCheck.soy index 9bdb264dd..877f50a8f 100644 --- a/java/google/registry/tools/soy/DomainCheck.soy +++ b/java/google/registry/tools/soy/DomainCheck.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Domain check request diff --git a/java/google/registry/tools/soy/DomainCheckClaims.soy b/java/google/registry/tools/soy/DomainCheckClaims.soy index 7e852f0c0..de49617a0 100644 --- a/java/google/registry/tools/soy/DomainCheckClaims.soy +++ b/java/google/registry/tools/soy/DomainCheckClaims.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Domain check claims request diff --git a/java/google/registry/tools/soy/DomainCheckFee.soy b/java/google/registry/tools/soy/DomainCheckFee.soy index 9bbfd35b2..5d1f33ea7 100644 --- a/java/google/registry/tools/soy/DomainCheckFee.soy +++ b/java/google/registry/tools/soy/DomainCheckFee.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Domain check fee request diff --git a/java/google/registry/tools/soy/DomainCreate.soy b/java/google/registry/tools/soy/DomainCreate.soy index d1b6c5d12..04774197a 100644 --- a/java/google/registry/tools/soy/DomainCreate.soy +++ b/java/google/registry/tools/soy/DomainCreate.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Create domain */ diff --git a/java/google/registry/tools/soy/DomainUpdate.soy b/java/google/registry/tools/soy/DomainUpdate.soy index 6cbfc265b..5053751a9 100644 --- a/java/google/registry/tools/soy/DomainUpdate.soy +++ b/java/google/registry/tools/soy/DomainUpdate.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Update domain */ diff --git a/java/google/registry/tools/soy/HostCreate.soy b/java/google/registry/tools/soy/HostCreate.soy index cbdda1634..26d97a3d6 100644 --- a/java/google/registry/tools/soy/HostCreate.soy +++ b/java/google/registry/tools/soy/HostCreate.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Create host */ diff --git a/java/google/registry/tools/soy/RemoveIpAddress.soy b/java/google/registry/tools/soy/RemoveIpAddress.soy index 38baa99bb..efa3a17f0 100644 --- a/java/google/registry/tools/soy/RemoveIpAddress.soy +++ b/java/google/registry/tools/soy/RemoveIpAddress.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Request to remove IP addresses. diff --git a/java/google/registry/tools/soy/UniformRapidSuspension.soy b/java/google/registry/tools/soy/UniformRapidSuspension.soy index 785c9ab75..62023d192 100644 --- a/java/google/registry/tools/soy/UniformRapidSuspension.soy +++ b/java/google/registry/tools/soy/UniformRapidSuspension.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Uniform Rapid Suspension diff --git a/java/google/registry/tools/soy/UpdateServerLocks.soy b/java/google/registry/tools/soy/UpdateServerLocks.soy index 339eb0e2a..7c348c5bb 100644 --- a/java/google/registry/tools/soy/UpdateServerLocks.soy +++ b/java/google/registry/tools/soy/UpdateServerLocks.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace domain.registry.tools autoescape="strict"} +{namespace domain.registry.tools} /** * Update server locks