billbarker2004/02/24 22:45:07
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Container.java Context.java ContextManager.java
Handler.java OutputBuffer.java Request.java
Response.java ServerSession.jav
billbarker2002/08/20 20:58:59
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Container.java
Log:
API changes to allow for saving session across Context reloading.
Revision ChangesPath
1.53 +8 -0
jakarta-tomcat/src/share/
billbarker2002/06/04 20:39:15
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Container.java
Log:
Adding the preInitCheck and postInitCheck methods to the API.
As discussed on tomcat-dev.
Revision ChangesPath
1.52 +14 -0
costin 01/08/16 21:02:55
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Container.java Handler.java OutputBuffer.java
Request.java Response.java ServerSession.java
Log:
Same thing. Some fields were package, changed the
costin 01/08/02 19:40:20
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Log:
Final ( I hope ) review of the core.
Added missing notes in BaseInterceptor.
Revision ChangesPath
1.50 +23 -0
jakarta-tomcat/src/share/org/apache/tomcat/core/Base
larryi 01/07/13 21:33:32
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Log:
Update authenticate() method to default to returning DECLINED so it doesn't
authenticate by default.
Revision ChangesPath
1.49 +1 -1
jakarta-tomcat/src/share/org/ap
larryi 01/07/10 13:51:10
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Log:
Update authorize() method to default to returning DECLINED so it doesn't
authorize by default.
Revision ChangesPath
1.48 +2 -2
jakarta-tomcat/src/share/org/apache/t
costin 01/06/28 00:43:14
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Container.java ContextManager.java
Log:
Added an extra comment about the return value for registerHooks,
avoid the call to introspection by using the return value, use
costin 01/05/26 10:45:19
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Container.java
Log:
Added postReadRequest hook, will be used to decode the request and
do additional pre-processing ( session id extraction, etc ) - same as in
the ap
costin 01/03/07 23:23:05
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Request.java
Log:
My last change for M2 - replaced the attempted get/setNote with
get/setInfo.
The hook is intended for lazy evaluation of request informations lik
costin 01/03/03 19:31:52
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
ContextManager.java package.html
Log:
Few more changes in the core:
- added the getNote/setNote hooks, will be used later to allow
lazy-evaluation for notes and fix t
costin 01/02/05 22:40:07
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Container.java
Log:
A small change in Container/BaseInterceptor regarding module add.
The "registerHooks" needs access to the ContextManager and Context ( for
local i
costin 01/02/02 21:43:20
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Context.java ContextManager.java
Log:
Few changes needed to finish the LogSetter.
- ContextManager is no longer a "Log" manager - LogSetter is just setting
the Log
costin 01/01/31 20:47:12
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Container.java
Log:
Fix cut&paste bug, all modules were called to handleError instead of
just the ones that implemented the hook.
Added few comments in BaseInterce
costin 01/01/28 11:49:20
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Context.java
Log:
Initialize DependManager ( modules can still replace it with a better
version if they want - but we'll not have to check for null every time )
Ad
costin 00/12/28 13:03:18
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
ContextManager.java
Log:
Added a new hook - engineState, to notify modules of state changes in core.
( it is important since modules can do different things in differen
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
costin 00/12/04 10:47:46
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Log:
Change log() methods in BaseInterceptor to public - if get/set
debug and all other methods are public there is no reason to make
the log() method protected.
This also fix a build p
nacho 00/12/03 16:41:05
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Log:
Adding getDebug to BaseInterceptor
Revision ChangesPath
1.28 +4 -0
jakarta-tomcat/src/share/org/apache/tomcat/core/BaseInterceptor.java
Index: BaseInterceptor.ja
costin 00/11/02 13:24:44
Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Log:
Moved "hasHook" to an interceptor, it's used by Container when it adds
a hook.
Added more comments, moved auxiliary code at end of the file.
Removed unused code ( the old methods[]
20 matches
Mail list logo