Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 47140 invoked from network); 1 Jan 2004 18:46:08 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Jan 2004 18:46:08 -0000 Received: (qmail 5975 invoked by uid 500); 1 Jan 2004 18:45:53 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 5925 invoked by uid 500); 1 Jan 2004 18:45:53 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 5912 invoked from network); 1 Jan 2004 18:45:53 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 1 Jan 2004 18:45:53 -0000 Received: (qmail 3047 invoked by uid 50); 1 Jan 2004 18:45:59 -0000 Date: 1 Jan 2004 18:45:59 -0000 Message-ID: <20040101184559.3046.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 10526] - Authenticators do not always cache the Principal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10526 Authenticators do not always cache the Principal medthomas@ntlworld.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement ------- Additional Comments From medthomas@ntlworld.com 2004-01-01 18:45 ------- After a quick discussion on tomcat-dev, the conclusion is that this is by design. The patch proposed (to always create the session) will not be applied as it is not desirable in all circumstances to have a session created for every authenticated user. However, if this was made a configurable option (defaulting to off) then this would be acceptable. I am therefore marking this report as an enhancement request. In the absence of the enhancement, there is always the option to create the session in your web application. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org