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

--- Comment #3 from Evgenij Ryazanov <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to