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 B7894108E4 for ; Wed, 4 Dec 2013 17:18:02 +0000 (UTC) Received: (qmail 60137 invoked by uid 500); 4 Dec 2013 17:17:57 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 59856 invoked by uid 500); 4 Dec 2013 17:17:57 -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 59809 invoked by uid 99); 4 Dec 2013 17:17:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 17:17:55 +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 at.silk@everis.com designates 212.0.112.166 as permitted sender) Received: from [212.0.112.166] (HELO mail2.everis.com) (212.0.112.166) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 17:17:50 +0000 Received: from INFPROHUB11.usersad.everis.int ([10.108.22.45]) by mail2.everis.com with ESMTP id rB4HHT2t017281-rB4HHT2v017281 (version=TLSv1.0 cipher=AES128-SHA bits=128 verify=CAFAIL) for ; Wed, 4 Dec 2013 18:17:29 +0100 Received: from INFPROMBX11.usersad.everis.int ([10.108.22.238]) by INFPROHUB11.usersad.everis.int ([10.108.22.45]) with mapi id 14.02.0342.003; Wed, 4 Dec 2013 18:17:28 +0100 From: "at.silk" To: Tomcat Users List Subject: RE: Exception in CoyoteAdapter class Thread-Topic: Exception in CoyoteAdapter class Thread-Index: Ac7wEChny3iQuTXiSVOEsNyE+o6zDf//9vWA//31fQA= Date: Wed, 4 Dec 2013 17:17:27 +0000 Message-ID: <53C5AEB522377049B76D20E197C49AFEA9797B@INFPROMBX11.usersad.everis.int> References: <53C5AEB522377049B76D20E197C49AFEA97028@INFPROMBX11.usersad.everis.int> <529DB501.7020901@apache.org> In-Reply-To: <529DB501.7020901@apache.org> Accept-Language: es-ES, es-ES, en-US Content-Language: es-ES X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.108.7.132] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-FEAS-SYSTEM-WL: 10.108.22.45 X-Virus-Checked: Checked by ClamAV on apache.org Hi Mark, This is the application behaviour, and it only happens when the session has= expired. I cannot say why this method is still called if there is no sessi= on at that time. We just can assure that the exception is triggered by this piece of code, s= ince handling the exception inside this method leads to a correct execution= . AT. -----Mensaje original----- De: Mark Thomas [mailto:markt@apache.org]=20 Enviado el: martes, 03 de diciembre de 2013 11:40 Para: Tomcat Users List Asunto: Re: Exception in CoyoteAdapter class On 03/12/2013 10:25, at.silk wrote: > Hi, >=20 > I contact you to talk about an exception we receive in a Tomcat class. Fe= w days ago we get an error in an application integrated with Tomcat. We hav= e tried to get information about it but we don't find any solution, so we w= ould like to know if you are aware about this issue.=20 >=20 > First we describe our scenario: > 1. User logs in the portal and remain static for more than 30 minutes (30= minutes is session expiration time). > 2. Afterwards, he refreshes the webpage and session has been expired. > 3. During the page reloading, an error occurs while executing the "parseS= essionSslId" method because the "SSLSupport.SESSION_ID_KEY" is empty. > 4. A blank page is displayed because the error is not caught. How is that possible? If there is no SSL session the client should not be a= ble to send a request to Tomcat since that would mean that the HTTPS connec= tion had not been established. Since this code is only triggered when parsi= ng a request from the client this error should never be observed. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org