Return-Path: X-Original-To: apmail-shiro-dev-archive@www.apache.org Delivered-To: apmail-shiro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25472D832 for ; Tue, 23 Oct 2012 09:09:28 +0000 (UTC) Received: (qmail 54398 invoked by uid 500); 23 Oct 2012 09:09:28 -0000 Delivered-To: apmail-shiro-dev-archive@shiro.apache.org Received: (qmail 54123 invoked by uid 500); 23 Oct 2012 09:09:19 -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 53187 invoked by uid 99); 23 Oct 2012 09:09:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2012 09:09:15 +0000 Date: Tue, 23 Oct 2012 09:09:15 +0000 (UTC) From: "Jan (JIRA)" To: dev@shiro.apache.org Message-ID: <910447717.15155.1350983355718.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (SHIRO-390) OSGi Import for JSP (javax.servlet.jsp) should be declared optional MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jan created SHIRO-390: ------------------------- Summary: OSGi Import for JSP (javax.servlet.jsp) should be declared optional Key: SHIRO-390 URL: https://issues.apache.org/jira/browse/SHIRO-390 Project: Shiro Issue Type: Bug Affects Versions: 1.2.1 Environment: Eclipse Equinox Reporter: Jan Priority: Minor I am using Shiro with OSGi (Equinox) in a web application. Yet I do not use JSP pages. Therefore I use the shiro web bundle without requiring the package *.tags. So actually I do not need the jsp bundles as I don't use the tags. To avoid having to include the jsp bundles the import should be declared optional. I hacked up the manifest to suit my needs and it works just fine. Another option would be to create a separate package like "shiro.web.jsp" which contains the code for using shiro with JSPs. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira