mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
375009 Filter initialization error will throw MultiException
This commit is contained in:
parent
c81dbb8694
commit
6a2c5fc9fd
@ -265,7 +265,7 @@ public class Server extends HandlerWrapper implements Attributes
|
||||
mex.add(e);
|
||||
}
|
||||
|
||||
if (_connectors!=null)
|
||||
if (_connectors!=null && mex.size()==0)
|
||||
{
|
||||
for (int i=0;i<_connectors.length;i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user