costin 2003/01/16 14:18:55
Modified:jk/java/org/apache/jk/core MsgContext.java
Log:
Store a "control" object, for guard-based access control
Revision ChangesPath
1.6 +12 -1
jakarta-tomcat-connectors/jk/java/org/apache/jk/core/MsgContext.java
Index: MsgCon
costin 2002/06/20 11:49:23
Modified:jk/java/org/apache/jk/core MsgContext.java
Log:
Added few timers, to help in tunning.
It'll work like notes, i.e. various components will get an 'id' and use
it to manage the timer.
Right now I used some static constants, temporarily.
costin 02/04/17 15:32:45
Modified:jk/java/org/apache/jk/core MsgContext.java
Log:
Few changes to MsgContext to allow it to be used in a more
flexible way.
Most of the methods can become generic 'notes' ( but we need
to support 'long' notes, I wouldn't like to convert to Lo
costin 02/02/06 09:27:03
Added: jk/java/org/apache/jk/core MsgContext.java
Removed: jk/java/org/apache/jk/core Endpoint.java
Log:
Renamed Endpoint to MsgContext. Added few common attributes ( that are used
all the times ). The MsgContext is a store for info exchanged betw