mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
test: nginx: Adds missing files
This commit is just to circunvent a problem, there is no need to have those files duplicated in our repository, that will be fixed soon.
This commit is contained in:
8
tests/regression/nginx/conf/SoapEnvelope.dtd
Normal file
8
tests/regression/nginx/conf/SoapEnvelope.dtd
Normal file
@@ -0,0 +1,8 @@
|
||||
<!-- A stupid Soap DTD example -->
|
||||
<!ELEMENT Envelope (Header?,Body)>
|
||||
<!ELEMENT Header (#PCDATA)>
|
||||
<!ELEMENT Body (getInput)>
|
||||
|
||||
<!ELEMENT getInput (id)>
|
||||
<!ELEMENT id (#PCDATA)>
|
||||
<!ATTLIST id type CDATA #REQUIRED>
|
Reference in New Issue
Block a user