https://issues.apache.org/bugzilla/show_bug.cgi?id=51235

--- Comment #7 from Rainer Jung <rainer.j...@kippdata.de> 2011-05-21 12:47:12 
UTC ---
Can you compile the module yourself?

If yes, it would be helpful if you could test the following patch:

Index: jk/native/common/jk_lb_worker.c
===================================================================
--- jk/native/common/jk_lb_worker.c     (revision 1125686)
+++ jk/native/common/jk_lb_worker.c     (working copy)
@@ -470,6 +470,9 @@
                             strcat(result, ";");
                             strncat(result, id_start, sz);
                         }
+                        if (!*id_end) {
+                            break;
+                        }
                         id_start = id_end;
                     }
                 }

The line numbers are for mod_jk 1.2.28, but the same patch applies to newer
versions with some offset.

Regards,

Rainer

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to