Hi Henri, hi Günter,
I'll take care of your comments (before 1.2.22).
Henri: I'll have a concentrated look at jk_log(). Maybe I can produce a
standalone version of jk_log(), so we might be able to reproduce the
problem without apache around.
Thanks so far to you both.
Regards,
Rainer
Guenter Knauf wrote:
Hi Henri,
Testing jk 1.2.22 on iSeries :
A little quirk on this OS (variables defined inside code ) :)
yes, same here on NetWare:
--- jk_map.c.orig Fri Mar 09 22:42:06 2007
+++ jk_map.c Mon Mar 12 17:37:42 2007
@@ -718,12 +718,12 @@
unsigned int i;
for (i = 0; i < m->size; i++) {
if (!strncmp(m->names[i], from, strlen(from))) {
- rc = JK_TRUE;
const char *prp = m->names[i] + strlen(from);
char *to_prp = jk_pool_alloc(&m->p,
(sizeof(char) *
(strlen(to) +
strlen(prp) + 1)));
+ rc = JK_TRUE;
if (!to_prp) {
jk_log(l, JK_LOG_ERROR,
"Error in string allocation for attribute '%s.%s'",
that fixes it for NetWare.
greetz, Guen.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]