cve-2024-38477/httpd-2.4.59/modules/core/test/conf/test69.conf
2025-06-05 15:09:30 +02:00

15 lines
332 B
Plaintext

# warn if ignored non-blank stuff after closing '>'
<Macro Foo> this stuff is ignored...
Warning "Foo"
</Macro> this stuff is ignored as well...
Use Foo
<Macro Bla>
Warning "Bla"
</Macro>
Use Bla
<Macro Comments> # comments are fine
Warning "Comments"
</Macro> # comments are fine
Use Comments
Error "done on line 14."