Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 76571 invoked from network); 20 Feb 2008 01:21:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2008 01:21:23 -0000 Received: (qmail 22427 invoked by uid 500); 20 Feb 2008 01:21:11 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 22361 invoked by uid 500); 20 Feb 2008 01:21:11 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 22350 invoked by uid 99); 20 Feb 2008 01:21:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 17:21:11 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 01:20:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0BC59234C048 for ; Tue, 19 Feb 2008 17:20:44 -0800 (PST) Message-ID: <1507616169.1203470444046.JavaMail.jira@brutus> Date: Tue, 19 Feb 2008 17:20:44 -0800 (PST) From: "Jay D. McHugh (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-3855) PortletSecurityException in Plugins portlet In-Reply-To: <32779763.1203014588222.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570527#action_12570527 ] Jay D. McHugh commented on GERONIMO-3855: ----------------------------------------- It appears that Pluto is not currently performing any special handling of multipage portlets over https. So, based on some posts on the Pluto mailing lists these changes simply block the exception that was being thrown in the setSecure() method. Sending pom.xml Deleting repository/org/apache/pluto/1.2.0-G601060.README.TXT Adding repository/org/apache/pluto/1.2.0-G601061.README.TXT Adding repository/org/apache/pluto/geronimo-3855.patch Deleting repository/org/apache/pluto/pluto-container/1.2.0-G601060 Deleting repository/org/apache/pluto/pluto-descriptor-api/1.2.0-G601060 Adding repository/org/apache/pluto/pluto-descriptor-api/1.2.0-G601061 Adding (bin) repository/org/apache/pluto/pluto-descriptor-api/1.2.0-G601061/pluto-descriptor-api-1.2.0-G601061.jar Deleting repository/org/apache/pluto/pluto-descriptor-impl/1.2.0-G601060 Adding repository/org/apache/pluto/pluto-descriptor-impl/1.2.0-G601061 Adding (bin) repository/org/apache/pluto/pluto-descriptor-impl/1.2.0-G601061/pluto-descriptor-impl-1.2.0-G601061.jar Deleting repository/org/apache/pluto/pluto-portal-driver/1.2.0-G601060 Adding repository/org/apache/pluto/pluto-portal-driver/1.2.0-G601061 Adding (bin) repository/org/apache/pluto/pluto-portal-driver/1.2.0-G601061/pluto-portal-driver-1.2.0-G601061.jar Deleting repository/org/apache/pluto/pluto-portal-driver-impl/1.2.0-G601060 Adding repository/org/apache/pluto/pluto-portal-driver-impl/1.2.0-G601061 Adding (bin) repository/org/apache/pluto/pluto-portal-driver-impl/1.2.0-G601061/pluto-portal-driver-impl-1.2.0-G601061.jar Deleting repository/org/apache/pluto/pluto-taglib/1.2.0-G601060 Adding repository/org/apache/pluto/pluto-taglib/1.2.0-G601061 Adding (bin) repository/org/apache/pluto/pluto-taglib/1.2.0-G601061/pluto-taglib-1.2.0-G601061.jar Transmitting file data ........ Committed revision 629300. > PortletSecurityException in Plugins portlet > ------------------------------------------- > > Key: GERONIMO-3855 > URL: https://issues.apache.org/jira/browse/GERONIMO-3855 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: console > Affects Versions: 2.1 > Reporter: Paul McMahan > Assignee: Jay D. McHugh > > Cannot take any actions in the Plugins portlet. > Recreate: > Go to the Plugins portlet in the admin console > Click any action-- "Update Repository List" or "Add Repository" or "Export a Plugin" or "Assemble a Server" > Note the exception: > javax.servlet.ServletException: javax.portlet.PortletSecurityException: No Supported > org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet.java:116) > org.apache.pluto.driver.PortalDriverServlet.doPost(PortalDriverServlet.java:158) > javax.servlet.http.HttpServlet.service(HttpServlet.java:713) > javax.servlet.http.HttpServlet.service(HttpServlet.java:806) > root cause > javax.portlet.PortletSecurityException: No Supported > org.apache.pluto.driver.services.container.PortletURLProviderImpl.setSecure(PortletURLProviderImpl.java:67) > org.apache.pluto.core.PortletContainerImpl.doAction(PortletContainerImpl.java:261) > org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet.java:112) > org.apache.pluto.driver.PortalDriverServlet.doPost(PortalDriverServlet.java:158) > javax.servlet.http.HttpServlet.service(HttpServlet.java:713) > javax.servlet.http.HttpServlet.service(HttpServlet.java:806) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.