Josh, Source code can be downloaded from jakarta.apache.org.
Check out: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/src/ Just search the code for the class that you are looking for... HttpsSession is implemented by the file: \jakarta-tomcat-4.0.3-src\catalina\src\share\org\apache\catalina\session \StandardSession.java Hope this helps, Abe -----Original Message----- From: josh [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 05, 2002 11:25 PM To: [EMAIL PROTECTED] Subject: implementaion of interfaces of servlet api? Hi I'm looking for the java source code of the server-specific java classes of the servlet api which implements all those interfaces like HttpSession and HttpServletRequest. Is this code available? thanks for your help josh -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
