Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.7 M1
-
Fix Version/s: None
-
Component/s: Velocity
-
Labels:None
-
Development Priority:Low
-
Similar issues:
Description
Consider this example:
First, edit a page A and enter the following:
#macro(A $x) #set($x = "'a'") #end #A($x) $x
As expected, saving and viewing the page displays 'a'.
Then, edit the page and delete the definition of the macro, leaving just:
#A($x) $x
Saving and viewing the page, instead of showing the code unparsed, displays again 'a', as if the macro definition was still available.
Attachments
Issue Links
- duplicates
-
XWIKI-5277 Velocity macro cache keeps growing leading to memory issues
-
- Closed
-