Jean-Luc Rochat wrote:
>
> "Aaron M. Stromas" wrote:
> >
> > @@ -403,7 +403,9 @@
> > env_vars.put("SERVER_SOFTWARE", in.readString(""));
> > env_vars.put("JSERV_ROUTE", in.readString(""));
> > env_vars.put("SSL_CLIENT_DN", in.readString(""));
> > - env_vars.put("SSL_CLIENT_IDN", in.readString(""));
> > + env_vars.put("SSL_CLIENT_I_DN", in.readString(""));
> > + env_vars.put("SSL_CLIENT_CERT", in.readString(""));
> > + env_vars.put("UNIQUE_ID", in.readString(""));
> >
> > break;
> >
> > --
>
> This has already been fixed in CVS, in a more portable way I think. Have
> a look at it and let me know please.
>
> Jean-Luc
Ooops ! Sorry !!!!
did not see the last 2 additional fields ...
Waiting for your (and ben's) remarks on the committed patch to start a
RFV on creating a new ajpv13 /enhancing the ajpv12 protocol ... which is
obviously needed to be fully compatible with Tomcat btw ...
a new protocol would be *really* easier. (choice 1)
Jean-Luc
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]