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

10 lines
212 B
Plaintext

# undef existing macro, and try to use it
<Macro foo>
Warning "foo macro contents"
</Macro>
# expanded, but will not be processed because of error
Use foo
UndefMacro foo
# error, does not exist anymore
Use foo