Adding in-code comments about Handler.setServer(Server)
This commit is contained in:
parent
9312359b13
commit
3b690fdefd
|
@ -80,6 +80,7 @@ public class DefaultHandler extends Handler.Processor
|
|||
if (getServer() == null)
|
||||
{
|
||||
// TODO: investigate why DefaultHandler.setServer(server) is passing null?
|
||||
// See bug https://github.com/eclipse/jetty.project/issues/8442
|
||||
LOG.warn("favicon.ico not supported with null Server");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue