Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 79566 invoked from network); 20 Jul 2009 16:26:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jul 2009 16:26:35 -0000 Received: (qmail 24124 invoked by uid 500); 20 Jul 2009 16:27:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 24018 invoked by uid 500); 20 Jul 2009 16:27:40 -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 23773 invoked by uid 99); 20 Jul 2009 16:27:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2009 16:27:39 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2009 16:27:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1BBEB234C498 for ; Mon, 20 Jul 2009 09:27:15 -0700 (PDT) Message-ID: <509676339.1248107235112.JavaMail.jira@brutus> Date: Mon, 20 Jul 2009 09:27:15 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4756) jetty 7 ignores default subject settings unless authentication is set up 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 jetty 7 ignores default subject settings unless authentication is set up ------------------------------------------------------------------------ Key: GERONIMO-4756 URL: https://issues.apache.org/jira/browse/GERONIMO-4756 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Affects Versions: 2.2 Reporter: David Jencks Assignee: David Jencks Fix For: 2.2 Jetty 7 should be setting up security stuff if a is definied, not only if authentication is specifically configured: this will make default subjects work when no auth is configured. Should not be a problem for tomcat.... for some reason I found this problem there already :-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.