Community
Participate
Working Groups
The ResolverHook.end method should be called for all valid hooks instances still participating in a resolve process even if an exception was thrown from the hook. The current implementation never calls end if there is an error that causes the resolve process to terminate unexpectedly.
*** Bug 348806 has been marked as a duplicate of this bug. ***
Created attachment 197728 [details] patch + tests Note that this patch also fixes the issue in bug 348806 for failing a resolve operation if end() throws an exception.
Patch released.