Return-Path: Delivered-To: apmail-incubator-shiro-dev-archive@www.apache.org Received: (qmail 16867 invoked from network); 14 Aug 2010 19:47:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Aug 2010 19:47:38 -0000 Received: (qmail 7847 invoked by uid 500); 14 Aug 2010 19:47:38 -0000 Delivered-To: apmail-incubator-shiro-dev-archive@incubator.apache.org Received: (qmail 7815 invoked by uid 500); 14 Aug 2010 19:47:38 -0000 Mailing-List: contact shiro-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: shiro-dev@incubator.apache.org Delivered-To: mailing list shiro-dev@incubator.apache.org Received: (qmail 7773 invoked by uid 99); 14 Aug 2010 19:47:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Aug 2010 19:47:38 +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; Sat, 14 Aug 2010 19:47:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7EJlH48025308 for ; Sat, 14 Aug 2010 19:47:17 GMT Message-ID: <4789107.351201281815237275.JavaMail.jira@thor> Date: Sat, 14 Aug 2010 15:47:17 -0400 (EDT) From: "Les Hazlewood (JIRA)" To: shiro-dev@incubator.apache.org Subject: [jira] Commented: (SHIRO-188) Asynchronous change of Subject. (hybrid session management) In-Reply-To: <8717244.351011281812299407.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SHIRO-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898634#action_12898634 ] Les Hazlewood commented on SHIRO-188: ------------------------------------- Hi Peter, I'm not sure what this means - ShiroFilter works with either servlet container sessions or Shiro's native sessions. There is a sample web app in shiro's source distribution that shows this working. Could you please clarify? > Asynchronous change of Subject. (hybrid session management) > ----------------------------------------------------------- > > Key: SHIRO-188 > URL: https://issues.apache.org/jira/browse/SHIRO-188 > Project: Shiro > Issue Type: Improvement > Reporter: Peter Ladanyi > > I have procedure that needs to asynchronously modify principals of current subjects. > My code is running in web container so i have shiro filter that does the usual thing reconstructs subject and binds it to thread local and then does the clean up. I have found that to be able do such thing i need to run in native session mode. Where the shiro does the session management, what is not really the preferred way because of bypassing web container session management. > Maybe there should be kind of hybrid session management that will do possible to change also detached session (after do filter is called) . -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.