mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-04-27 17:26:29 -04:00
Add an expression using expression inlining for Thymeleaf
See https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#expression-inlining Added it because I have discovered that, when StringTemplateResolver is used, then expression like ${42*42} is not resolved
This commit is contained in:
parent
ba87953a08
commit
234dfabf72
1 changed files with 1 additions and 0 deletions
|
@ -8,3 +8,4 @@ ${42*42}
|
|||
{{=42*42}}
|
||||
{^xyzm42}1764{/xyzm42}
|
||||
${donotexists|42*42}
|
||||
[[${42*42}]]
|
||||
|
|
Loading…
Add table
Reference in a new issue