Description
I think we are missing clean ups in some cases.
For example the BaseHstURLTag does not seem to clean up all instance variables, and in case of an exception, cleanup is not done either
The same seems to be the case for other tags. For example HeadContributionsTag does not seem to clean up instance variables at all
Think we should improve the tags.