Re: Session-expiry bug? getLastAccessedTime

2001-02-10 Thread Kief Morris
Murthy Gorty typed the following on 09:59 AM 2/9/2001 -0800 I noticed a problem with session timeouts in Tomcat3.2.1 The background thread that recycles sessions based on timeouts uses Session.getLastAccessedTime(). The session object itself has two variables lastAccessedTime and

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Main.java

2001-02-10 Thread costin
costin 01/02/10 07:56:35 Modified:src/share/org/apache/tomcat/startup Main.java Log: CVS did an automatic merge, and got one line wrong. Sorry for that. Now the build should work again. Revision ChangesPath 1.22 +2 -1

cvs commit: jakarta-tomcat build.xml

2001-02-10 Thread costin
costin 01/02/10 08:13:02 Modified:.build.xml Log: Include compat in Main.java's starter ( repleaces the hack using introspection to find and load URLClassLoader ). ( also added the target I use to build modulesDoc.xml - it's very early code, it still needs a lot

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Main.java

2001-02-10 Thread costin
costin 01/02/10 08:13:33 Modified:src/share/org/apache/tomcat/startup Main.java Log: Use Jdk11Compat instead of introspection. Revision ChangesPath 1.23 +19 -20jakarta-tomcat/src/share/org/apache/tomcat/startup/Main.java Index: Main.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Tomcat.java

2001-02-10 Thread nacho
nacho 01/02/10 08:38:17 Modified:src/share/org/apache/tomcat/startup Tomcat.java Log: Cleaning a last System.out.println Revision ChangesPath 1.53 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/startup/Tomcat.java Index: Tomcat.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Main.java Tomcat.java

2001-02-10 Thread costin
costin 01/02/10 08:45:19 Modified:src/share/org/apache/tomcat/startup Main.java Tomcat.java Log: Remove println(). Less output ( Guessed home is printed only on error - it'll be printed by tomcat a bit later, using the Log. ). XXX There are still 3-4 more printlns (

cvs commit: jakarta-tomcat/src/etc apps-127.0.0.1.xml apps-admin.xml apps-examples.xml server.xml server1.xml

2001-02-10 Thread costin
costin 01/02/10 08:53:15 Modified:src/etc server.xml Added: src/etc apps-127.0.0.1.xml apps-admin.xml apps-examples.xml Removed: src/etc server1.xml Log: Use the new syntax in the default server.xml. Separate files for context definitions. ( again, everything

Re: cvs commit: jakarta-tomcat/src/etc apps-127.0.0.1.xml apps-admin.xml apps-examples.xml server.xml server1.xml

2001-02-10 Thread Aravind Chavar
Hi, Can you suggest about getting rid of these mails of Apache.I tried the un-subscribe given at the bottom,to no avail. Arvind From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat/src/etc apps-127.0.0.1.xml apps-admin.xml

Re: your mail

2001-02-10 Thread cmanolache
Hola Costin: I've got this Fail , it's something you are doing currently? or it's a Windows quirk of something that is working on ixes ? Sorry - it was a cutpaste from the previous test. ( the previous test is checking what happens when you getInputStream() and read the body, and then

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade RequestDispatcherImpl.java

2001-02-10 Thread costin
costin 01/02/10 11:01:57 Modified:src/facade22/org/apache/tomcat/facade RequestDispatcherImpl.java Log: No debug messages in RDI. Revision ChangesPath 1.16 +1 -1

cvs commit: jakarta-tomcat/src/admin/test sanity-form.jsp

2001-02-10 Thread costin
costin 01/02/10 11:08:15 Modified:src/admin index.html src/admin/test sanity-form.jsp Log: - Added a link to the test pages. - added a short note about what to do in order to enable /admin - small change in the test form. XXX missing: an index.html in

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test HttpRequest.java

2001-02-10 Thread costin
costin 01/02/10 11:17:29 Modified:src/share/org/apache/tomcat/startup Main.java Tomcat.java src/share/org/apache/tomcat/util/test HttpRequest.java Log: Cosmetic changes. - pass the guessed home to Tomcat. - move back to "execute()" pattern - add explicit

Re: Session-expiry bug? getLastAccessedTime

2001-02-10 Thread Craig R. McClanahan
Kief Morris wrote: Murthy Gorty typed the following on 09:59 AM 2/9/2001 -0800 I noticed a problem with session timeouts in Tomcat3.2.1 The background thread that recycles sessions based on timeouts uses Session.getLastAccessedTime(). The session object itself has two variables

[TOMCAT 4] server.xml configuration (Store, Session)

2001-02-10 Thread Kief Morris
I still haven't figured out how to get Catalina's server.xml processing to handle a new tag for Store, and would also like to do it for Session so different implementations of the Session interface can be configured. Adding attributes to the Manager tag works auto-magically, which is very slick.

[TOMCAT 4] Session refactoring

2001-02-10 Thread Kief Morris
I'm looking at a bit of refactoring of the Session and Manager code before I get into more serious stuff. The objective of this round of refactoring is to remove dependencies on StandardSession and ManagerBase, and instead have code deal with these using the Session and Manager interfaces. The

Re: cvs commit: jakarta-tomcat/src/etc apps-127.0.0.1.xml apps-admin.xml apps-examples.xml server.xml server1.xml

2001-02-10 Thread Craig R. McClanahan
Aravind Chavar wrote: Hi, Can you suggest about getting rid of these mails of Apache.I tried the un-subscribe given at the bottom,to no avail. Arvind If the normal unsubscribe instructions do not work (send an empty message to [EMAIL PROTECTED]) do not work, one of two things is

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF/classes/params Params.java RDInclude.java ServletUtil.java

2001-02-10 Thread costin
costin 01/02/10 13:17:09 Modified:src/tests/webpages/WEB-INF test-tomcat.xml src/tests/webpages/WEB-INF/classes/params Params.java RDInclude.java ServletUtil.java Log: - Enhanced the printParam method to output a prefix. - Used that to

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/http Parameters.java

2001-02-10 Thread costin
costin 01/02/10 13:17:42 Modified:src/share/org/apache/tomcat/util/http Parameters.java Log: Fixes for NPE ( the new test ) Revision ChangesPath 1.9 +9 -1 jakarta-tomcat/src/share/org/apache/tomcat/util/http/Parameters.java Index: Parameters.java

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF/classes/params RDIncludeParam.java

2001-02-10 Thread costin
costin 01/02/10 13:25:29 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Added: src/tests/webpages/WEB-INF/classes/params RDIncludeParam.java Log: Another test: POST with a request dispatcher, the params are first read in the included servlet.

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF/classes/params RDIncludeISParams.java InputStreamParams.java

2001-02-10 Thread costin
costin 01/02/10 14:11:32 Modified:src/tests/webpages/WEB-INF test-tomcat.xml src/tests/webpages/WEB-INF/classes/params InputStreamParams.java Added: src/tests/webpages/WEB-INF/classes/params RDIncludeISParams.java

cvs commit: jakarta-tomcat/src/tests/webpages/params includeISParams.jsp isParams.jsp

2001-02-10 Thread costin
costin 01/02/10 14:37:32 Modified:src/tests/webpages/WEB-INF test-tomcat.xml src/tests/webpages/params isParams.jsp Added: src/tests/webpages/params includeISParams.jsp Log: Added a JSP test: JSP includes a servlet that calls getInputStream, then

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/http Parameters.java

2001-02-10 Thread costin
costin 01/02/10 15:28:17 Modified:src/share/org/apache/tomcat/core OutputBuffer.java Response.java src/share/org/apache/tomcat/util/http Parameters.java Log: Another small bug in Parameters. I am reasonably confident we have the right

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF/classes/params IncludeIncludeISParams.java

2001-02-10 Thread costin
costin 01/02/10 15:30:28 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Added: src/tests/webpages/WEB-INF/classes/params IncludeIncludeISParams.java Log: One more test with multiple includes in a chain. ( previous commit had a little more

[PATCH] Encrypted user passwords and User Administration module

2001-02-10 Thread Mathias Herberts
I received one comment after my post to the list. The suggested enhancements were done and I have a new module available. As its size is around 44 kb of compressed tar archive, I uploaded it onto my web site. It is available at:

cvs commit: jakarta-tomcat build.xml

2001-02-10 Thread costin
costin 01/02/10 18:23:20 Modified:.build.xml Log: Build error ( again - I forgot to exclude the URLLoader and 1.2 ) Revision ChangesPath 1.112 +1 -1 jakarta-tomcat/build.xml Index: build.xml

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ContextXmlReader.java

2001-02-10 Thread costin
costin 01/02/10 18:26:05 Modified:src/share/org/apache/tomcat/modules/config ContextXmlReader.java Log: Fixed few issues with per/context interceptors and the new syntax. Revision ChangesPath 1.4 +53 -2

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/loggers LogEvents.java

2001-02-10 Thread costin
costin 01/02/10 18:26:24 Modified:src/share/org/apache/tomcat/modules/loggers LogEvents.java Log: Authorize should return DECLINED Revision ChangesPath 1.3 +2 -2 jakarta-tomcat/src/share/org/apache/tomcat/modules/loggers/LogEvents.java Index:

[PATCH] CatalinaBlock.java

2001-02-10 Thread Jason van Zyl
Hi, While playing with Sam Ruby's gump I noticed that the CatalinaBlock is out of sync with Avalon. Not sure if staying right up-to-date is critical but here's the patch anyway. jvz. Index: CatalinaBlock.java === RCS file:

Re: [PATCH] CatalinaBlock.java

2001-02-10 Thread Sam Ruby
Jason van Zyl wrote: While playing with Sam Ruby's gump I noticed that the CatalinaBlock is out of sync with Avalon. Not sure if staying right up-to-date is critical but here's the patch anyway. Until Avalon ships, tracking to the current APIs is the only way to go. I've committed the

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime JspFactoryImpl.java

2001-02-10 Thread costin
costin 01/02/10 22:33:50 Modified:src/share/org/apache/jasper/runtime JspFactoryImpl.java Log: One extra check. Revision ChangesPath 1.8 +5 -4 jakarta-tomcat/src/share/org/apache/jasper/runtime/JspFactoryImpl.java Index: JspFactoryImpl.java

cvs commit: jakarta-tomcat/src/admin/test watchdog-jsp.jsp

2001-02-10 Thread costin
costin 01/02/10 23:48:59 Modified:src/admin/test watchdog-jsp.jsp Log: Ops, forgot this one. Revision ChangesPath 1.3 +10 -9 jakarta-tomcat/src/admin/test/watchdog-jsp.jsp Index: watchdog-jsp.jsp