Bug fix: potential crash and swallowed error The change fixes 2 bugs: - When a non-existing method was called in a situation where * a filter with guards is registered, and * all guards are failing, and * the method to be called after the filter does not exist nsf was crashing - There was no code to produce the proper error message in such situations