You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2001/10/29 15:35:15 UTC

cvs commit: jakarta-tomcat-connectors/webapp/include wa_request.h

jfclere     01/10/29 06:35:15

  Modified:    webapp/include wa_request.h
  Log:
  Remove a test field that was useless.
  
  Revision  Changes    Path
  1.9       +1 -3      jakarta-tomcat-connectors/webapp/include/wa_request.h
  
  Index: wa_request.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/include/wa_request.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- wa_request.h	2001/10/29 14:21:05	1.8
  +++ wa_request.h	2001/10/29 14:35:15	1.9
  @@ -58,7 +58,7 @@
   /**
    * @package Request Handling
    * @author  Pier Fumagalli <ma...@eng.sun.com>
  - * @version $Id: wa_request.h,v 1.8 2001/10/29 14:21:05 jfclere Exp $
  + * @version $Id: wa_request.h,v 1.9 2001/10/29 14:35:15 jfclere Exp $
    */
   #ifndef _WA_REQUEST_H_
   #define _WA_REQUEST_H_
  @@ -144,8 +144,6 @@
       wa_ssldata *ssld;
       /** The current headers table. */
       apr_table_t *hdrs;
  -    /** The client certificate string */
  -    char *ssl_cert;
   };
   
   /**
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>