2015-07-01 13:42 GMT+03:00 André Warnier <a...@ice-sa.com>:
> Caldarale, Charles R wrote:
>>>
>>> From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: why is Tomcat 7
>>> invoking WebSocket protocol?
>>
>>
>>> But maybe the solution consists simply in renaming that filter, so that
>>> it does not give the mistaken impression that the WebSocket protocol is
>>> necessarily being used ?
>>
>>
>> That can't be a "solution", because there really isn't a problem here.
>> The WsFilter has to be in the chain, just in case there's a websocket
>> upgrade in the request.  The OP needs to focus on the real problem, not this
>> non-issue.
>>
> Hi.
> I did not mean "solution" as correcting a "problem".  I understand that the
> filter has to be there.
> I meant "solution" in the sense of probably avoiding a lot of questions in
> the future about the same thing.  Maybe renaming it to something like
> "ProtocolDetectionFilter" would be less of a trigger for the uninformed
> public.


Explanation why WsFilter is needed is here:
https://bz.apache.org/bugzilla/show_bug.cgi?id=55855

Maybe it is worth mentioning the filter in
http://tomcat.apache.org/tomcat-8.0-doc/config/filter.html  I do not
think that it is worth renaming it.

I added mention of configuration option to
https://wiki.apache.org/tomcat/HowTo/FasterStartUp

Best regards,
Konstantin Kolinko

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

Reply via email to