Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 485 invoked from network); 24 May 2006 18:08:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 18:08:12 -0000 Received: (qmail 45642 invoked by uid 500); 24 May 2006 18:08:11 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 45617 invoked by uid 500); 24 May 2006 18:08:11 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 45605 invoked by uid 99); 24 May 2006 18:08:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 11:08:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 11:08:10 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E70D8714283 for ; Wed, 24 May 2006 18:07:29 +0000 (GMT) Message-ID: <13431055.1148494049943.JavaMail.jira@brutus> Date: Wed, 24 May 2006 18:07:29 +0000 (GMT+00:00) From: "Carlin Rogers (JIRA)" To: dev@beehive.apache.org Subject: [jira] Created: (BEEHIVE-1114) Modify PageFlowUtils.strutsLookup() method to work in a lazy servlet reinitialization MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modify PageFlowUtils.strutsLookup() method to work in a lazy servlet reinitialization ------------------------------------------------------------------------------------- Key: BEEHIVE-1114 URL: http://issues.apache.org/jira/browse/BEEHIVE-1114 Project: Beehive Type: Bug Components: NetUI Versions: V1, 1.0.1, v.next Reporter: Carlin Rogers Assigned to: Carlin Rogers Priority: Minor Fix For: v.next Modify the PageFlowUtils.strutsLookup() method to work in a lazy servlet reinitialization scenario. This would just add some code to acquire a request dispatcher to execute an action if the ActionServlet is not available from the ServletContext. The ActionServlet would not be available if the normal servlet initialization has not yet completed. Rather than return null, since we can't call doGet() directly on the servlet, aquire the request dispatcher from the unwrapped outer request and call forward() to trigger the servlet initialization. This code path is not used in a general standalone beehive NetUI web app and only execute in the case that the ActionServlet has not been initilialized. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira