Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 57315 invoked from network); 21 Dec 2010 08:48:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Dec 2010 08:48:26 -0000 Received: (qmail 87787 invoked by uid 500); 21 Dec 2010 08:48:26 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 87605 invoked by uid 500); 21 Dec 2010 08:48:25 -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 87597 invoked by uid 99); 21 Dec 2010 08:48:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Dec 2010 08:48:25 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Dec 2010 08:48:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBL8m12n013355 for ; Tue, 21 Dec 2010 08:48:01 GMT Message-ID: <21850536.231321292921281108.JavaMail.jira@thor> Date: Tue, 21 Dec 2010 03:48:01 -0500 (EST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-5738) The value of HttpServletRequest.getRemoteUser()&getUserPrincipal() should be null after HttpServletRequest.logout() invokes In-Reply-To: <23956995.230531292915100851.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973516#action_12973516 ] David Jencks commented on GERONIMO-5738: ---------------------------------------- Is this with tomcat, jetty, or both? > The value of HttpServletRequest.getRemoteUser()&getUserPrincipal() should be null after HttpServletRequest.logout() invokes > --------------------------------------------------------------------------------------------------------------------------- > > Key: GERONIMO-5738 > URL: https://issues.apache.org/jira/browse/GERONIMO-5738 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: security > Affects Versions: 3.0 > Reporter: LiWenQin > Priority: Minor > Fix For: 3.0 > > > Run the testsuite\javaee6-testsuite\servlet3.0-security-test of G3.0. > 1 test fails because of the value of HttpServletRequest.getRemoteUser()&getUserPrincipal() are NOT null (in fact , values are both "george")after HttpServletRequest.logout() invokes. > Since the value should be null according to the HttpServletRequest API, it is a bug needs to fix on server. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.