You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Russell Simpkins <Ru...@funnygarbage.com> on 2003/08/20 21:58:44 UTC

patch to jakarta-tomcat-connectors-4.1.27-src/jk/native/common/jk_uri_worker_map.c

line #492 has two ;

it causes the connector not to compile.

maybe

@@ 492

- char * clean_uri = jk_pool_strdup(&uw_map->tp,uri);;
+ char * clean_uri = jk_pool_strdup(&uw_map->tp,uri);

this posting shows when the error was commited to cvs

http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg44009.html

search for 
char * clean_uri = jk_pool_strdup(&uw_map->tp,uri);
_________________________ 
Russell Simpkins
Technical Director 
212.343.2534 x 324 
_________________________ 
F U N N Y G A R B A G E 
Making the Web Worth Watching 
<<http://www.funnygarbage.com/>> 
The information contained in this electronic message transmission is intended only for the use of the individual(s) or entity named above and may contain information that is confidential or privileged. As email can be manipulated electronically, the information cannot be guaranteed to be free of alteration. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this e-mail in error, please contact us by return e-mail or by telephone at (212) 343-2534 and immediately delete or destroy all copies of this transmission.