Created attachment 27384 [details] logAccess on host instead of context In CoyoteAdapter.log:501 request.mapping.context is known to be null and request.mapping.host is checked to be not null, but inside that if branch in line 503 request.mapping.context will be used. I think it should be "((Host) request.mappingData.host).logAccess(..." instead.
Thanks for the report. This has been fixed in trunk and 7.0.x and will be included in 7.0.21 onwards.