Description
The DelegateContext currently updates the environment on each call to findContext. It updates the url package prefix property used to locate url contexts based on the system context.
This is weird and conceptually wrong. If someone set their own url package prefix property it would be lost on first lookup. So I'll remove this weird code that shouldn't be there.
Alasdair