Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 28057 invoked from network); 15 May 2006 23:10:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 May 2006 23:10:37 -0000 Received: (qmail 70673 invoked by uid 500); 15 May 2006 23:10:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 70023 invoked by uid 500); 15 May 2006 23:10:34 -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 70012 invoked by uid 99); 15 May 2006 23:10:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 May 2006 16:10:34 -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; Mon, 15 May 2006 16:10:33 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 11726410007 for ; Mon, 15 May 2006 23:10:07 +0000 (GMT) Message-ID: <17034163.1147734607069.JavaMail.jira@brutus> Date: Mon, 15 May 2006 23:10:07 +0000 (GMT+00:00) From: "Erin Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-1767) bad group for console has no error page that allows user logout/correction In-Reply-To: <1850765864.1143221819611.JavaMail.jira@ajax> 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 [ http://issues.apache.org/jira/browse/GERONIMO-1767?page=all ] Erin Mulder reassigned GERONIMO-1767: ------------------------------------- Assign To: Greg Wilkins A quick workaround for this would be to add the following to applications/console-framework/src/webapp/WEB-INF/web.xml: 403 /logout.jsp However, this isn't actually getting invoked correctly in Jetty. (The equivalent 404 error page works fine, but a 403 error page doesn't work, even with a static HTML page as the location. It just forwards to the standard Jetty error page.) Error gets generated in/around o.a.g.jetty.interceptor.SecurityContextBeforeAfter, line 221. > bad group for console has no error page that allows user logout/correction > -------------------------------------------------------------------------- > > Key: GERONIMO-1767 > URL: http://issues.apache.org/jira/browse/GERONIMO-1767 > Project: Geronimo > Type: Bug > Security: public(Regular issues) > Components: console > Versions: 1.0 > Environment: Windows XP, JDK 1.5.0_05 > Reporter: Joseph B. Ottinger > Assignee: Greg Wilkins > Priority: Minor > > I created another admin user, called "admin," but forgot to add it to the admin group. When I logged in to the console with this user, I was given an invalid access exception, which is not good, because I needed to log that user out to be able to log in with a valid user (i.e., with correct group access) to fix it. > This is a fairly minor and I imagine uncommon problem, but it's a simple UI thing that should be easy to fix. -- 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