On Tue, 18 Sep 2001, GOMEZ Henri wrote:
> That something I've got in mind for ajp14, written on that
> many times allready, with headers and miscs informations
> to be asked by tomcat to web-server at getAttributes time
> for example :
+1 ( but not before 3.3 is final ! )
Costin
>
> Currently
>
> WebServer -> Tomcat
>
>
> 1) SEND HEADERS + REQUEST to TC
> 2) SEND DATA (eventually) to TC
>
> 3) WAIT TOMCAT REPLY
>
> 4) SEND BACK HEADERS + REPLY TO BROWSER
>
>
> Next in ajp14
>
> WebServer -> Tomcat
>
>
> 1) SEND GENERAL HEADERS + REQUEST to TC
> 2) SEND DATA (eventually) to TC
>
> 3) WAIT TOMCAT REPLY OR TOMCAT ENQUIRIES
> 3a) IF ENQURIES, REPLY TO TC ENQUIRIES
> ie CERTIFICATE CHAIN which may be more than
> x certs....
>
>
> 4) SEND BACK HEADERS + REPLY TO BROWSER
>