billbarker02/04/29 21:37:28
Modified:src/share/org/apache/tomcat/core Container.java
Log:
Thread-safety check that we actually have the Hook.
Under high load, it is possible for one thread to ask for a Hook before it has been
created by another thread. Since null is not a val
costin 01/03/07 19:51:27
Modified:src/share/org/apache/tomcat/core Container.java
Log:
Small fix - getContextManager() instead of contextM.
Probably some of those lazy-initialziations should be removed - it's
great for performance when it's in the critical path, but for init
costin 01/02/26 22:59:15
Modified:src/share/org/apache/tomcat/core Container.java
Log:
Added the shortcuts for getNote/setNote ( as in all other core objects that
support notes ) ( notes are similar with a Hashtable, but you can also
do indexed access - for better speed )
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
costin 00/11/20 13:00:55
Modified:src/share/org/apache/tomcat/core Container.java Context.java
ContextManager.java Request.java
Log:
Removed unused imports, commented code.
Revision ChangesPath
1.40 +0 -2 jakarta-tomcat/src/share/org/ap