| Looking at the code it seems that this issue would not be "that easy" to fix without introducing a breaking change. Indeed: if I fix this the way I thought it should be (e.g. by returning null if ownership is not defined), then, in cases where no fallback policy is defined a default one would be returned which would be system, instead of anonymous. |