d0f3bfd4cc
Motivation: The current DefaultAttributeMap cause an infinite-loop when the user removes an attribute and create the same attribute again. This regression was introduced by c3bd7a8ff10021026b0c223d36f022dbbf4fe397. Modification: Correctly break out loop Result: No infinite-loop anymore.