michaelJustin/daraja-framework

Exceptions in Web Component are hidden by Web Filters

michaelJustin opened this issue · 0 comments

See tutorial7: without log filter, missing configuration causes an exception.

With the line commented out

// Context.AddFilterWithMapping(TdjNCSALogFilter, '/*', WebFilterConfig);

Startup shows an error:

grafik

When not commented out:

Context.AddFilterWithMapping(TdjNCSALogFilter, '/*', WebFilterConfig);

grafik