Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 59817 invoked from network); 24 Nov 2003 19:31:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Nov 2003 19:31:35 -0000 Received: (qmail 58700 invoked by uid 500); 24 Nov 2003 19:31:21 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 58475 invoked by uid 500); 24 Nov 2003 19:31:20 -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 58462 invoked from network); 24 Nov 2003 19:31:19 -0000 Received: from unknown (HELO mail.wanconcepts.com) (66.127.87.82) by daedalus.apache.org with SMTP; 24 Nov 2003 19:31:19 -0000 Received: from besclient.wanconcepts.com [66.127.87.83] by mail.wanconcepts.com with ESMTP (SMTPD32-8.03) id AB1BFD0026; Mon, 24 Nov 2003 11:25:15 -0800 Message-Id: <5.1.0.14.2.20031124111221.01bcaf80@mail.wanconcepts.com> X-Sender: bstansberry@mail.wanconcepts.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 24 Nov 2003 11:31:18 -0800 To: "Tomcat Developers List" From: Brian Stansberry Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenti cator SingleSignOnEntry.java AuthenticatorBase.java BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java NonLoginAuthenticator.java SSLAuthentic In-Reply-To: <3FC25723.3010204@apache.org> References: <5.1.0.14.2.20031124102932.01bcaf80@mail.wanconcepts.com> <5.1.0.14.2.20031124102932.01bcaf80@mail.wanconcepts.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 At 02:08 PM 11/24/2003 -0500, you wrote: >Brian Stansberry wrote: >> >>BTW, the javadoc for javax.servlet.http.HttpSession doesn't specify throwing an IllegalStateException for a call to getLastAccessedTime(). It looks as if the exception throw was added in response to bug 15967, which stated that the javadoc does specify the exception, but I'm looking at the javadoc for both Servlet 2.3 and 2.4, and in both cases it's not specified. >Hum...look at: > >>http://java.sun.com/j2ee/1.4/docs/api/index.html > > > >> >> getLastAccessedTime >> >>public long *getLastAccessedTime*() >> >> [.....] >> >> *Returns:* >> a |long| representing the last time the client sent a request >> associated with this session, expressed in milliseconds since >> 1/1/1970 GMT *Throws:* >> |IllegalStateException >> | >> - if this method is called on an invalidated session > Oh, OK. The Servlet 2.4 javadoc I was looking at was downloaded from the JSR-154 Proposed Final Draft 3 web page (http://jcp.org/aboutJava/communityprocess/first/jsr154/index3.html). The throws tag is not included there. Hopefully they'll make this clear when they issue the final J2EE 1.4 spec. Brian Stansberry WAN Concepts, Inc. www.wanconcepts.com Tel: (510) 894-0114 x 116 Fax: (510) 797-3005 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org