https://issues.apache.org/bugzilla/show_bug.cgi?id=51713

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> 
2011-08-24 15:59:04 UTC ---
Looking at the code, it seems that the o.a.c.connector.Connector constructor
attempts to create the protocol handler and catches any exceptions that occur
and merely logs them.

Later, when o.a.c.startup.ConnectorCreateRule calls _setExecutor, there is an
assumption that the protocol handler has been correctly set which is not true.

Is there any reason why the Connector's constructor catches that exception
instead of allowing it to propagate? That would seem to solve this particular
problem.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to