cvs commit: jakarta-tomcat/src/j2ee/org/apache/tomcat/j2ee J2EEInterceptor.java TomcatJ2EEAdapter.java

2000-12-26 Thread costin
costin 00/12/26 23:21:14 Modified:src/j2ee build.xml src/j2ee/org/apache/tomcat/j2ee J2EEInterceptor.java TomcatJ2EEAdapter.java Log: Update the j2ee adapter for the new model, fixed and tested. Revision ChangesPath 1.2 +16 -

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

2000-12-26 Thread costin
costin 00/12/26 23:20:22 Modified:src/share/org/apache/tomcat/core ContextManager.java src/share/org/apache/tomcat/startup EmbededTomcat.java Log: First rewrite of EmbededTomcat. Updated to use the new modules, tested, refactored a bit. Revision ChangesPa

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

2000-12-26 Thread costin
costin 00/12/26 23:18:46 Modified:src/facade22/org/apache/tomcat/facade ServletInfo.java Log: Add missing setDescription. Revision ChangesPath 1.4 +4 -0 jakarta-tomcat/src/facade22/org/apache/tomcat/facade/ServletInfo.java Index: ServletInfo.java

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/modules/facade22 LoadOnStartupInterceptor.java

2000-12-26 Thread costin
costin 00/12/26 23:18:17 Modified:src/facade22/org/apache/tomcat/modules/facade22 LoadOnStartupInterceptor.java Log: Tested and fixed LoadOnStartup for jsps ( including workaround for the common bug of not adding the leading /). LoadOnStartup needs a

BugRat Report #654 was closed (apparently by: Dan Milstein)

2000-12-26 Thread BugRat Mail System
Report #654 was closed by Person #0 Synopsis: C++ style comments in mod_jserv autochange.c break compile (logged in as: Dan Milstein)

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

2000-12-26 Thread costin
costin 00/12/26 15:35:38 Modified:src/share/org/apache/tomcat/core Response.java src/share/org/apache/tomcat/modules/server Ajp12.java Ajp13.java Ajp13Interceptor.java JNIConnectionHandler.java src/share/org/

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request SimpleMapper1.java

2000-12-26 Thread costin
costin 00/12/26 15:34:23 Modified:src/share/org/apache/tomcat/request SimpleMapper1.java Log: Added more comments to SimpleMapper1 Revision ChangesPath 1.28 +12 -13 jakarta-tomcat/src/share/org/apache/tomcat/request/SimpleMapper1.java Index: SimpleMapper1.

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request AccountingInterceptor.java

2000-12-26 Thread costin
costin 00/12/26 15:33:52 Modified:src/share/org/apache/tomcat/request AccountingInterceptor.java Log: Update accounting interceptor - it will use it's own counter ids until a better mechanism is found. Revision ChangesPath 1.7 +19

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

2000-12-26 Thread costin
costin 00/12/26 15:26:19 Modified:src/share/org/apache/tomcat/modules/session SimpleSessionStore.java src/share/org/apache/tomcat/session ServerSessionManager.java src/share/org/apache/tomcat/util SessionIdGe

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

2000-12-26 Thread costin
costin 00/12/26 15:23:30 Modified:src/share/org/apache/tomcat/core ContextManager.java Log: Reverted back to the 3.2 way of dealing with contextAdd - the hook will be called just after the method. Improved the documentation, states - now it's simpler and easier for user.

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2000-12-26 Thread costin
costin 00/12/26 15:13:57 Modified:src/share/org/apache/tomcat/core Context.java Log: Refactoring - moved init/shutdown from ContextManager to Context ( better OO :-) Added the setProperty/getProperty - to reduce the pressure of adding new methods needed by various modules. X

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Container.java

2000-12-26 Thread costin
costin 00/12/26 15:10:56 Modified:src/share/org/apache/tomcat/core Container.java Log: - added more doc to Container - added removeInterceptor ( you can now add and remove ) - fixed bugs related with the interceptor cache. The whole thing was designed to allow runtime conf

T4 JDBCRealm another change

2000-12-26 Thread Paul Lamb
I thought I'd toss in another change to JDBC Realm, specifically the ability to override the SQL query used for the password and the roles. It let's you have a config like: userQuery="SELECT user_pass FROM users WHERE user_name = ?" userRoleQuery="SELECT role_name

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core BaseInterceptor.java

2000-12-26 Thread costin
costin 00/12/26 15:07:58 Modified:src/share/org/apache/tomcat/core BaseInterceptor.java Log: Update the comments in BaseInterceptor, added hooks for add/remove Interceptor, missing engineStart/Stop, addHandler. All those are important events in the server operation and will all

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/context DefaultCMSetter.java LogEvents.java

2000-12-26 Thread costin
costin 00/12/26 15:02:00 Modified:src/share/org/apache/tomcat/context DefaultCMSetter.java LogEvents.java Log: Better log messages, make sure LogEvents reportst all events ( it's a great tool in tracing the server activity ) Revision ChangesPath

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/context AutoSetup.java

2000-12-26 Thread costin
costin 00/12/26 15:01:07 Modified:src/share/org/apache/tomcat/context AutoSetup.java Log: The contexts should be added before the engine is started. engineInit() should initialize the interceptor and prepare it, if we add contexts we might have a server that is not completely s

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/modules/facade22 JspInterceptor.java

2000-12-26 Thread costin
costin 00/12/26 14:58:52 Modified:src/facade22/org/apache/tomcat/facade HttpServletRequestFacade.java RequestDispatcherImpl.java WebXmlReader.java src/facade22/org/apache/tomcat/modules/facade22 JspI

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Request.java

2000-12-26 Thread costin
costin 00/12/26 14:56:38 Modified:src/share/org/apache/tomcat/core Request.java Log: - removed ACC and Counters - the code is not used and specific to accounting modules - a note can be used instead. We also want to implement that in module so we can extend it later. - 2 m

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

2000-12-26 Thread costin
costin 00/12/26 14:50:48 Modified:src/facade22/org/apache/tomcat/facade HttpServletResponseFacade.java Log: Use the changes in ServerSession. Revision ChangesPath 1.14 +13 -16 jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpServ

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

2000-12-26 Thread costin
costin 00/12/26 14:49:52 Modified:src/share/org/apache/tomcat/util/http ServerCookie.java Log: Fixes and small optimizations in ServerCookie. Fewer Strings, fewer objects. Revision ChangesPath 1.6 +27 -32 jakarta-tomcat/src/share/org/apache/tomcat/util/http/Se

cvs commit: jakarta-tomcat/src/examples/WEB-INF/classes CookieExample1.java

2000-12-26 Thread costin
costin 00/12/26 14:46:40 Modified:src/examples/WEB-INF/classes CookieExample1.java Log: Small fix in CookieExample1 - post will go back to itself. ( CookieExample1 is almost the same as CookieExample, but allows v1 cookies ) Revision ChangesPath 1.2 +3 -3

Re: cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2000-12-26 Thread Craig R. McClanahan
Jon Stevens wrote: > on 12/26/2000 10:57 AM, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > > > NOTE: The > > HttpURLConnection class does not handle this correctly, so the test client > > now has the option to use a low-level socket connection instead of > > HttpURLConnection on each test.

RE: JDBCRealm, possible fix for Bug Report #605

2000-12-26 Thread Nacho
Hola David: Sorry for the delay, just catched your message in the archive. > > * Would it be acceptable for me to submit a patch for this code that > currently gets repeated in 2-3 different places ( in a few > different ways > for Tomcat 3.2 ), moving the act of reconnecting to the > databas

Re: cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2000-12-26 Thread Jon Stevens
on 12/26/2000 10:57 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > NOTE: The > HttpURLConnection class does not handle this correctly, so the test client > now has the option to use a low-level socket connection instead of > HttpURLConnection on each test. Please note, HttpURLConnection d

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2000-12-26 Thread craigmcc
craigmcc00/12/26 10:57:44 Modified:tester/src/bin tester.xml tester/src/tester/org/apache/tester TestClient.java tester/web/WEB-INF web.xml Added: tester/src/tester/org/apache/tester GetHeaders01.java Log: Add a test for receiving two headers wi

Re: FileStore

2000-12-26 Thread Craig R. McClanahan
Kief Morris wrote: > I don't see anybody assigned to tackling the Catalina 4.0 FileStore > implementation, or the Manager implementation for swapping active > sessions to disk, so I've started messing around with this. If anyone > else is interested in working on this (or already working on this)

Re: 3.2 Branch Release Management

2000-12-26 Thread Craig R. McClanahan
GOMEZ Henri wrote: > Craig is the Release Manager of 3.2 :-) > At least until someone else comes along and wants to do a better job at it :-). At this point of time, I would suggest that we (committers) go ahead and apply patches as you receive and test them. When we've accumulated enough for

Re: [RFC] Distributed sessions in Catalina

2000-12-26 Thread Craig R. McClanahan
Kief Morris wrote: > [snip] > Fortunately, the servlet 2.3 spec simplifies this greatly by requiring that only > one instance of the servlet container can handle a request for a session at > a time. So the problem is reduced to locking shared sessions. > I have not had a chance to study the me

BugRat Report #665 has been filed.

2000-12-26 Thread BugRat Mail System
Bug report #665 has just been filed. You can view the report at the following URL: REPORT #665 Details. Project: Jasper Category: Feature Requests SubCategory: Enhancement Class: swbug State: received Priority: medium Severity: non-c

FileStore

2000-12-26 Thread Kief Morris
I don't see anybody assigned to tackling the Catalina 4.0 FileStore implementation, or the Manager implementation for swapping active sessions to disk, so I've started messing around with this. If anyone else is interested in working on this (or already working on this) speak up! So far I'm l

Re: [RFC] Distributed sessions in Catalina

2000-12-26 Thread Kief Morris
Dan Milstein typed the following on 03:50 PM 12/24/2000 -0500 >I have a bit of fear that you're getting into extremely complex waters here, >and I want to be sure you focus on the most useful bits first. Any form of >distributed synchronization of data is very difficult to get right, IMHO. >W

BugRat Report #664 has been filed.

2000-12-26 Thread BugRat Mail System
Bug report #664 has just been filed. You can view the report at the following URL: REPORT #664 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical C

RE: 3.2 Branch Release Management

2000-12-26 Thread GOMEZ Henri
Craig is the Release Manager of 3.2 :-) "Pour la plupart des hommes, se corriger consiste à changer de défauts." -- Voltaire >-Original Message- >From: Dan Milstein [mailto:[EMAIL PROTECTED]] >Sent: Monday, December 25, 2000 11:44 PM >To: [EMAIL PROTECTED] >Subject: 3.2 Branch Release M