https://bz.apache.org/bugzilla/show_bug.cgi?id=61914

--- Comment #3 from Evgenij Ryazanov <kat...@gmail.com> ---
I replaced

clientRequestedApplicationProtocols.size() > 0

with

clientRequestedApplicationProtocols != null &&
clientRequestedApplicationProtocols.size() > 0

on my installation some time ago and with this change server still works as
expected. Can someone fix this is SVN?

-- 
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