https://issues.apache.org/bugzilla/show_bug.cgi?id=50339
--- Comment #7 from Jackie Rosen ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugz
https://issues.apache.org/bugzilla/show_bug.cgi?id=50339
--- Comment #6 from LiuYan 刘研 2011-06-02 06:42:40 UTC ---
Same error when parsing uriworkermap.properties (Fedora 15 x86_64, jk-1.2.31
x86_64).
[2011-06-02 14:14:39.676 +0800 Thu] [3441:140715468376096] [debug]
jk_map_read_property::jk_map
https://issues.apache.org/bugzilla/show_bug.cgi?id=50339
--- Comment #5 from Frank 2010-12-07 07:40:27 EST ---
Yes, that seems to work.
Thanks a lot, guys!
Cheers,
Frank
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because
https://issues.apache.org/bugzilla/show_bug.cgi?id=50339
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50339
--- Comment #3 from Frank 2010-11-30 06:23:03 EST ---
(In reply to comment #2)
Hi,
thanks for your answer, but I'm afraid the patch does not completely solve the
problem.
The parser doesn't read any wrong values like "socket_tioeout" anym
On 11/29/2010 06:08 PM, bugzi...@apache.org wrote:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50339
-strcpy(s,&s[i]);
+for (off = i; '\0' != s[i]; i++); {
+s[i - off] = s[i];
+}
+s[i - off] = s[i];
memmove ;)
It would mean HPUX has a crappy st
https://issues.apache.org/bugzilla/show_bug.cgi?id=50339
--- Comment #2 from Rainer Jung 2010-11-29 12:07:58
EST ---
Can you please try the following patch:
Index: common/jk_map.c
===
--- common/jk_map.c (revision 1032021)
+++
https://issues.apache.org/bugzilla/show_bug.cgi?id=50339
--- Comment #1 from Frank 2010-11-25 11:21:28 EST ---
Forgot the link to the Ubuntu Launchpad bug report:
https://bugs.launchpad.net/ubuntu/+source/libapache-mod-jk/+bug/592576
--
Configure bugmail: https://issues.apache.org/bugzilla/user