375009 Filter initialization error will throw MultiException

This commit is contained in:
Jan Bartel 2012-03-22 13:50:36 +11:00
parent c81dbb8694
commit 6a2c5fc9fd
1 changed files with 1 additions and 1 deletions

View File

@ -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++)
{