You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@apache.org on 2003/02/01 23:28:39 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_service_iis.c

nacho       2003/02/01 14:28:39

  Modified:    jk/native2/server/isapi jk_service_iis.c
  Log:
  Oops, traslating to proper C ;)
  
  Revision  Changes    Path
  1.23      +1 -1      jakarta-tomcat-connectors/jk/native2/server/isapi/jk_service_iis.c
  
  Index: jk_service_iis.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/isapi/jk_service_iis.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- jk_service_iis.c	1 Feb 2003 22:17:16 -0000	1.22
  +++ jk_service_iis.c	1 Feb 2003 22:28:39 -0000	1.23
  @@ -409,7 +409,7 @@
        * Add SSL IIS environment
        */
   
  -    if ( send_groups && (strlen(s->remote_user) > 0 )){
  +    if ( send_groups && *s->remote_user ){
           char *groups=jk2_service_iis_get_roles(env, s);
           if( groups != NULL){
               s->attributes->put( env, s->attributes,ROLES_ATTRIBUTE_NAME,groups,NULL);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org