Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
11.6-rc-1
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
That means that if you use the async macro in a restricted context, its content is itself not going to be restricted.
To reproduce, add a comment with the following content:
{{async}} {{velocity}}velocity{{/velocity}} {{/async}}
Expected result:
An error just like when you use the velocity macro alone.
Actual result:
The velocity is executed.