Closed lachlan-roberts closed 3 months ago
The DelegateConnection is missing a call to initialize the HttpChannel this is necessary to create the violation listeners. Currently violations reported will cause NPE as the listener has not been set.
DelegateConnection
HttpChannel
related to internal bug 359557991
Probeapp.java running for java21 should have detected it, but our internal prober has an issue unrelated for that.
The
DelegateConnection
is missing a call to initialize theHttpChannel
this is necessary to create the violation listeners. Currently violations reported will cause NPE as the listener has not been set.