> costin      02/04/03 15:55:05
>
>   Modified:    coyote/src/java/org/apache/coyote Request.java
>   Log:
>   Added 4 more fields to Request.
>
>   Let me know if you think they shouldn't be exposed, I can use
>   notes. All are required to support non-http protocols ( i.e. ajp )
>   and reuse the same connector/interceptor and low level code.

Sure no problem.

>   +    protected MessageBytes remoteUser=new MessageBytes();
>   +    protected MessageBytes workerId=new MessageBytes();

There's an instanceId field in there already. Did you miss it, or is it
different and workerId is also needed (I have no problem about it if it is
needed) ?

Let me know when you have a Handler interface I can try using.

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to