Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C7841085F for ; Sun, 16 Feb 2014 19:29:14 +0000 (UTC) Received: (qmail 46243 invoked by uid 500); 16 Feb 2014 19:29:07 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 46146 invoked by uid 500); 16 Feb 2014 19:29:06 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 46084 invoked by uid 99); 16 Feb 2014 19:29:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2014 19:29:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 08541827700; Sun, 16 Feb 2014 19:29:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Sun, 16 Feb 2014 19:29:10 -0000 Message-Id: <4216c3d088734b179c69ee85f159c381@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [7/7] git commit: WW-3887 Finishes refactoring Problem Resport Generation WW-3887 Finishes refactoring Problem Resport Generation Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/ad58c0ef Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/ad58c0ef Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/ad58c0ef Branch: refs/heads/develop Commit: ad58c0eff9091449900a38d3b01140d6f58ca460 Parents: 18b9c55 17a9a9d Author: Lukasz Lenart Authored: Sun Feb 16 20:27:14 2014 +0100 Committer: Lukasz Lenart Committed: Sun Feb 16 20:27:14 2014 +0100 ---------------------------------------------------------------------- .../org/apache/struts2/StrutsConstants.java | 2 + .../config/DefaultBeanSelectionProvider.java | 3 + .../DefaultDispatcherErrorHandler.java | 124 ++++++++++++++++++ .../apache/struts2/dispatcher/Dispatcher.java | 127 ++++++------------- .../dispatcher/DispatcherErrorHandler.java | 29 +++++ .../struts2/dispatcher/FilterDispatcher.java | 2 +- .../dispatcher/ng/PrepareOperations.java | 2 +- core/src/main/resources/struts-default.xml | 4 + .../dispatcher/FilterDispatcherTest.java | 5 + .../CodebehindUnknownHandlerTest.java | 2 + .../struts2/views/jsp/PortletUrlTagTest.java | 22 ++-- .../xwork2/TestNGXWorkTestCaseTest.java | 1 + 12 files changed, 217 insertions(+), 106 deletions(-) ----------------------------------------------------------------------