cache.clear('name') edge cases
- Oct 31, 2018
-
-
Thanks to Marek for noticing it.
-
It fired also when the name didn't contain the final dot.
-
We use it as relatively high-level function, often on user-input names, so it seems suitable that it does convert the case. This fixes cache.clear('Example.Org.'), and probably also negative trust anchors and policy uses.
-