aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test_externalentity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/vespaxml/test_externalentity.xml')
-rw-r--r--document/src/tests/vespaxml/test_externalentity.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/document/src/tests/vespaxml/test_externalentity.xml b/document/src/tests/vespaxml/test_externalentity.xml
deleted file mode 100644
index 014d67d32bc..00000000000
--- a/document/src/tests/vespaxml/test_externalentity.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<!DOCTYPE vespafeed [<!ENTITY xxe SYSTEM "xxe.txt">]>
-<vespafeed>
- <vespaadd idprefix="doc:crawler:">
- <document documenttype="news" documentid="http://www.ntnu.no/">
- <title>&xxe;</title>
- <last_downloaded>100</last_downloaded>
- </document>
- </vespaadd>
-</vespafeed>