So to ensure I understand, the "New Coyote Branch" means

Adding to repository "jakarta-tomcat-connectors" a directory;

      coyote/src/java/org/apache/coyote5/

which initially is a copy of 

      coyote/src/java/org/apache/coyote4/

and in coyote5 the Request and Response classes implement the interfaces
in "jakarta-servletapi-5" and build.xml conditionally compiles the right
thing and some factory somewhere knows which classes to switch in? (When
being used at runtime by tomcat 5.)

I am looking to add methods login(Username,Password), login(X590Cert..),
logout() to the Request class (and jakarta-serveletapi-5) as per the
Serlvet 2.4 working groups latest recommendation.  I will also move the
"setCharacterEncoding()" and "getContentType()" to the tomcat5 (and out
of tomcat4) if I understand this all correctly.

Cheers,
-bob




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

Reply via email to