Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 77531 invoked by uid 500); 13 Sep 2001 17:07:15 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 77477 invoked from network); 13 Sep 2001 17:07:12 -0000 Content-Type: text/plain; charset="iso-8859-15" From: Chris Newland Reply-To: chris.newland@emorphia.com To: cocoon-dev@xml.apache.org Subject: use of logger in XSP helper classes? Date: Thu, 13 Sep 2001 18:05:50 +0000 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01091318055006.00977@darthvader> Content-Transfer-Encoding: 8bit X-Return-Path: chris.newland@emorphia.com X-MDaemon-Deliver-To: cocoon-dev@xml.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi All, I'm trying to track down a bug in XSPCookieHelper. I'm searching for a cookie by name using Cookie cookie = and this works most of the time but occasionally (after logging out) it will somehow get the value from an expired session (non-stored) cookie (which didn't have the name "user_id"). I've been trying to locate the problem and wondered if there was a way to use the logging components from within the XSP helpers (which have all static methods) Or more generally, be able to use logging from within any static methods. Is there a way to get a reference to the logger from the objectModel? Thanks, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org