Return-Path: Delivered-To: apmail-shiro-dev-archive@www.apache.org Received: (qmail 21167 invoked from network); 17 Oct 2010 19:29:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Oct 2010 19:29:47 -0000 Received: (qmail 31084 invoked by uid 500); 17 Oct 2010 19:29:47 -0000 Delivered-To: apmail-shiro-dev-archive@shiro.apache.org Received: (qmail 31043 invoked by uid 500); 17 Oct 2010 19:29:46 -0000 Mailing-List: contact dev-help@shiro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shiro.apache.org Delivered-To: mailing list dev@shiro.apache.org Received: (qmail 31035 invoked by uid 99); 17 Oct 2010 19:29:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Oct 2010 19:29:46 +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; Sun, 17 Oct 2010 19:29:44 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9HJTMHq020346 for ; Sun, 17 Oct 2010 19:29:22 GMT Message-ID: <13876307.11021287343762364.JavaMail.jira@thor> Date: Sun, 17 Oct 2010 15:29:22 -0400 (EDT) From: "Philip Kerrigan (JIRA)" To: dev@shiro.apache.org Subject: [jira] Updated: (SHIRO-202) Shiro Tags are not working in Icefaces page In-Reply-To: <7255034.10931287342442419.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/SHIRO-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Kerrigan updated SHIRO-202: ---------------------------------- Attachment: IcefacesShiroSecurity.zip Example program using Icefaces and Shiro derived from Icefaces demo program using Spring Security > Shiro Tags are not working in Icefaces page > ------------------------------------------- > > Key: SHIRO-202 > URL: https://issues.apache.org/jira/browse/SHIRO-202 > Project: Shiro > Issue Type: Bug > Affects Versions: 1.1.0 > Environment: Windows XP, Tomcat6, Java 1.6. War file created by Maven2 > Reporter: Philip Kerrigan > Attachments: IcefacesShiroSecurity.zip > > > I have an example project to test the use of Shiro with Icefaces, but the Shiro tags do not work on the Icefaces page. > I have tried to convert the Icefaces with spring security example program to use Shiro instead of spring security, and while I can authenticate a user and roles appear to work with Icefaces components I have been unable to get tags to work. > For example in the page secured/welcome.jspx if I have a conditional display of a field depending on role the field always gets displayed. > Example: > xmlns:h="http://java.sun.com/jsf/html" > xmlns:f="http://java.sun.com/jsf/core" version="2.0" > xmlns:shiro="http://shiro.apache.org/tags" > xmlns:ice="http://www.icesoft.com/icefaces/component"> > > Shiro Security with ICEfaces Components > > >

Hi Guest is logged on >

> > > value="Shiro authenticated users with special role can see this message."/> > > > Guest is shown although the user is authenticated, and principal shows nothing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.