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 C1F9E10444 for ; Thu, 15 Aug 2013 17:05:16 +0000 (UTC) Received: (qmail 73711 invoked by uid 500); 15 Aug 2013 17:05:04 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 73463 invoked by uid 500); 15 Aug 2013 17:05:04 -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 73279 invoked by uid 99); 15 Aug 2013 17:05:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 17:05:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rstoyanchev@gopivotal.com designates 209.85.219.44 as permitted sender) Received: from [209.85.219.44] (HELO mail-oa0-f44.google.com) (209.85.219.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 17:04:57 +0000 Received: by mail-oa0-f44.google.com with SMTP id l20so1084409oag.17 for ; Thu, 15 Aug 2013 10:04:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=cWczlCOcv4xBVKTIt6LmZlgJ4UjC1S7/T0jxkh3vYN8=; b=BKPa9w7BeWzi13YLZfHwspa3eX3rIWe3xbqZ7iJMtPofysM8tbCcW/16wzqJ6hUzzc ZfyMljXwacB/nbtlcoKruI1OxP56UjQU0w06jq1CbZcXpfUQnEyMHdGxlD+KZFEc+xr3 LSIT6g0eX4BlTOoHdiEpgoFw4fv+K6HRuh7aq/OBgvk69XED1nv4KBzbfz+TN4GLpK5n yjzH1o9kbb5dfMoPcJIDeGra6TpD4978JTjpVEONWTBqMV5GtW4BT2UihV1PSgLPidt0 q2SNje43Cjz0GseSUKYODWOaO+4NjaFmRRNLSnCyGsaM2iCXTyCk1wOMhDyeRDvJvBAR XCig== X-Gm-Message-State: ALoCoQkDfii84NNvVQXyOXJ1zC0+C2rLCXKu/F9CWH+iB3JO0wkfGpQ2beFUbauhSzH+zVzMTpa3 MIME-Version: 1.0 X-Received: by 10.60.134.230 with SMTP id pn6mr2585845oeb.52.1376586272387; Thu, 15 Aug 2013 10:04:32 -0700 (PDT) Received: by 10.182.194.52 with HTTP; Thu, 15 Aug 2013 10:04:32 -0700 (PDT) In-Reply-To: <39154AAD-FCB0-48C4-B93D-15A8C1493165@nicholaswilliams.net> References: <520D016F.4000203@apache.org> <39154AAD-FCB0-48C4-B93D-15A8C1493165@nicholaswilliams.net> Date: Thu, 15 Aug 2013 13:04:32 -0400 Message-ID: Subject: Re: Exception by upgrading to WebSocket connection in 8.0.0-RC1 From: Rossen Stoyanchev To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Aug 15, 2013 at 12:39 PM, Nick Williams wrote: >> I suspect that as both Spring 4 and Tomcat 8 are both in RC / milestone >> stage that Tomcat changed in a way Spring wasn't expecting. Right. This is already fixed actually. Just use Spring Framework 4.0.0.BUILD-SNAPSHOT. Once the ticket below is completed, the underlying cause for this issue should go away by the way: https://issues.apache.org/bugzilla/show_bug.cgi?id=55314 Rossen --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org