Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02E511800B for ; Wed, 1 Jul 2015 10:43:24 +0000 (UTC) Received: (qmail 3874 invoked by uid 500); 1 Jul 2015 10:43:21 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 3804 invoked by uid 500); 1 Jul 2015 10:43:21 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 3793 invoked by uid 99); 1 Jul 2015 10:43:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2015 10:43:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 81.169.250.120 as permitted sender) Received: from [81.169.250.120] (HELO thor.wissensbank.com) (81.169.250.120) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2015 10:41:06 +0000 Received: from thor.wissensbank.com (localhost [127.0.0.1]) by thor.wissensbank.com (Postfix) with ESMTP id 1696215A60029 for ; Wed, 1 Jul 2015 12:42:53 +0200 (CEST) Received: by thor.wissensbank.com (Postfix, from userid 500) id 0632715A6004E; Wed, 1 Jul 2015 12:42:53 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on h2401423.stratoserver.net X-Spam-Level: Received: from [192.168.245.214] (HSI-KBW-46-237-244-162.hsi.kabel-badenwuerttemberg.de [46.237.244.162]) (Authenticated sender: andre.warnier@ice-sa.com) by thor.wissensbank.com (Postfix) with ESMTPA id C48D915A60029 for ; Wed, 1 Jul 2015 12:42:52 +0200 (CEST) Message-ID: <5593C42C.8020108@ice-sa.com> Date: Wed, 01 Jul 2015 12:42:52 +0200 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: Tomcat Users List User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: why is Tomcat 7 invoking WebSocket protocol? References: <5590E1C9.8000007@brinydeep.net> <55910A32.9000204@apache.org> <5592C26B.9020207@ice-sa.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.0 required=6.0 tests=ALL_TRUSTED autolearn=ham autolearn_force=no version=3.4.0 Caldarale, Charles R wrote: >> From: Andr� Warnier [mailto:aw@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. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org