DO NOT REPLY [Bug 50339] mod_jk parsing error if workers.properties contains whitespaces

2011-06-01 Thread bugzilla
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

DO NOT REPLY [Bug 50339] mod_jk parsing error if workers.properties contains whitespaces

2010-12-07 Thread bugzilla
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

DO NOT REPLY [Bug 50339] mod_jk parsing error if workers.properties contains whitespaces

2010-12-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50339 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50339] mod_jk parsing error if workers.properties contains whitespaces

2010-11-30 Thread bugzilla
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

Re: DO NOT REPLY [Bug 50339] mod_jk parsing error if workers.properties contains whitespaces

2010-11-29 Thread Mladen Turk
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

DO NOT REPLY [Bug 50339] mod_jk parsing error if workers.properties contains whitespaces

2010-11-29 Thread bugzilla
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) +++

DO NOT REPLY [Bug 50339] mod_jk parsing error if workers.properties contains whitespaces

2010-11-25 Thread bugzilla
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