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

8 lines
133 B
Plaintext

# no double substitution
<Macro Foo $x $y>
Warning "Foo: x=$x y=$y"
</Macro>
Use Foo X Y
Use Foo "$y" "$x"
Error "done on line 7."