You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the rewrite rules use instance properties for storing intermediate results. This can be bad because the states are not freed after the rule is done, and risk contaminating future rewrites (side effects). We should create a managed cache that is cleared every time a rewrite is done.