Return-Path: Delivered-To: apmail-portals-bridges-user-archive@www.apache.org Received: (qmail 71542 invoked from network); 16 Sep 2006 08:55:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Sep 2006 08:55:43 -0000 Received: (qmail 33551 invoked by uid 500); 16 Sep 2006 08:55:43 -0000 Delivered-To: apmail-portals-bridges-user-archive@portals.apache.org Received: (qmail 33491 invoked by uid 500); 16 Sep 2006 08:55:43 -0000 Mailing-List: contact bridges-user-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bridges-user@portals.apache.org Delivered-To: mailing list bridges-user@portals.apache.org Delivered-To: moderator for bridges-user@portals.apache.org Received: (qmail 52614 invoked by uid 99); 16 Sep 2006 03:22:19 -0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of scott.p.anderson@gmail.com designates 66.249.82.237 as permitted sender) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=MZtRRI6Cf3oPCPVYOkXOdVIhRAvo8QQiSv1oFXnbVYhXzQg0YsPY6QM4I6NiapLF/mhZdzEkIf22tEKl5xJnR1bV+f/Iampy4WAY5CSwkPQDN8egQOyGQogCZcdVhXnDze7lgfYuhr0iHzS2u5gQT1eSBXMq0vZP6a1lqVGsn3Y= Message-ID: Date: Fri, 15 Sep 2006 20:17:40 -0700 From: "Scott Anderson" Sender: scott.p.anderson@gmail.com To: bridges-user@portals.apache.org Subject: Bug in FilterPortlet MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_68848_24339681.1158376660687" X-Google-Sender-Auth: ee62b6db010d6408 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_68848_24339681.1158376660687 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline The portletConfig instance variable is used but never set. In the methods getInitParameter, getInitParameterNames, getPortletContext, getPortletName, & getResourceBundle you will get a NullPointerException if the Portlet being managed (portlet instance variable) is not an instance of PortletConfig. Scott ------=_Part_68848_24339681.1158376660687--