Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68E2117630 for ; Tue, 17 Mar 2015 13:48:39 +0000 (UTC) Received: (qmail 56347 invoked by uid 500); 17 Mar 2015 13:48:39 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 56305 invoked by uid 500); 17 Mar 2015 13:48:39 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 55880 invoked by uid 99); 17 Mar 2015 13:48:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2015 13:48:38 +0000 Date: Tue, 17 Mar 2015 13:48:38 +0000 (UTC) From: "Bernd Bohmann (JIRA)" To: dev@myfaces.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (TOBAGO-1445) Avoid error logging of ViewExpiredException in AjaxNavigationState MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TOBAGO-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-1445. ----------------------------------- Resolution: Fixed > Avoid error logging of ViewExpiredException in AjaxNavigationState > ------------------------------------------------------------------ > > Key: TOBAGO-1445 > URL: https://issues.apache.org/jira/browse/TOBAGO-1445 > Project: MyFaces Tobago > Issue Type: Bug > Components: Core > Affects Versions: 2.0.6 > Reporter: Dennis Kieselhorst > Assignee: Bernd Bohmann > Priority: Minor > Fix For: 2.0.7 > > > In case of a ViewExpiredException a redirect is performed in catch clause. As the ViewExpiredException is properly handled there is no need to log this with level ERROR: > {noformat} > ERROR o.a.m.t.i.a.AjaxNavigationState - Caught: /jsp/welcome.xhtml - No saved view state could be found for the view identifier: /jsp/welcome.xhtml > javax.faces.application.ViewExpiredException: /jsp/welcome.xhtml - No saved view state could be found for the view identifier: /jsp/welcome.xhtml > at org.apache.myfaces.lifecycle.RestoreViewExecutor.execute(RestoreViewExecutor.java:183) > at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:196) > at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:143) > at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) > at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)