Author: rjung
Date: Wed Jan  9 11:54:10 2008
New Revision: 610534

URL: http://svn.apache.org/viewvc?rev=610534&view=rev
Log:
Don't overwrite references in workers.properties
after resolving them. That way we keep the
original information and will be able to dump
it as a new feature of the status worker.
Reference resolution will be a little less efficient,
but that doesn't matter, because it's only done
during startup.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_map.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_map.c?rev=610534&r1=610533&r2=610534&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_map.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_map.c Wed Jan  9 11:54:10 2008
@@ -807,7 +807,6 @@
                             if (rc == JK_FALSE) {
                                 break;
                             }
-                            *v = '\0';
                         }
                     }
                 }



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

Reply via email to