svn commit: r1647879 - /tomcat/jk/trunk/native/common/jk_util.c

2014-12-24 Thread rjung
Author: rjung Date: Thu Dec 25 07:57:18 2014 New Revision: 1647879 URL: http://svn.apache.org/r1647879 Log: Need to call log method with writable buffer even in error situation. Modified: tomcat/jk/trunk/native/common/jk_util.c Modified: tomcat/jk/trunk/native/common/jk_util.c URL: http://s

[Bug 57396] New: req.getRequestURL().toString() return incorrect

2014-12-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57396 Bug ID: 57396 Summary: req.getRequestURL().toString() return incorrect Product: Tomcat 7 Version: 7.0.57 Hardware: PC Status: NEW Severity: normal Priorit

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2014-12-24 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-native-make has an issue affecting its community integration. This

svn commit: r1647864 - in /tomcat/jk/trunk/xdocs: generic_howto/workers.xml reference/workers.xml

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 23:57:46 2014 New Revision: 1647864 URL: http://svn.apache.org/r1647864 Log: Document maxmimum "reference" recursion depth (20). Modified: tomcat/jk/trunk/xdocs/generic_howto/workers.xml tomcat/jk/trunk/xdocs/reference/workers.xml Modified: tomcat/jk/trunk/

svn commit: r1647863 - in /tomcat/jk/trunk: native/common/jk_ajp_common.c native/common/jk_ajp_common.h native/common/jk_map.c native/common/jk_map.h native/common/jk_util.c native/common/jk_util.h xd

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 23:50:36 2014 New Revision: 1647863 URL: http://svn.apache.org/r1647863 Log: Replace fixed allocation of 32 entries for fail_on_status by dynamic allocation. Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c tomcat/jk/trunk/native/common/jk_ajp_common.

svn commit: r1647862 - /tomcat/jk/trunk/native/common/jk_lb_worker.c

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 23:45:01 2014 New Revision: 1647862 URL: http://svn.apache.org/r1647862 Log: Add warning in comment. Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c URL: http://svn.apache.org/viewvc/tomcat/jk/trunk

svn commit: r1647860 - /tomcat/jk/trunk/native/common/jk_shm.h

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 23:15:15 2014 New Revision: 1647860 URL: http://svn.apache.org/r1647860 Log: Remove unused define. Modified: tomcat/jk/trunk/native/common/jk_shm.h Modified: tomcat/jk/trunk/native/common/jk_shm.h URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common

svn commit: r1647859 - /tomcat/jk/trunk/native/common/jk_md5.h

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 23:14:06 2014 New Revision: 1647859 URL: http://svn.apache.org/r1647859 Log: Remove unused defines. Modified: tomcat/jk/trunk/native/common/jk_md5.h Modified: tomcat/jk/trunk/native/common/jk_md5.h URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/commo

svn commit: r1647858 - /tomcat/jk/trunk/native/apache-2.0/mod_jk.c

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 23:11:28 2014 New Revision: 1647858 URL: http://svn.apache.org/r1647858 Log: Remove dead code commented out for a long time. Modified: tomcat/jk/trunk/native/apache-2.0/mod_jk.c Modified: tomcat/jk/trunk/native/apache-2.0/mod_jk.c URL: http://svn.apache.org/vi

svn commit: r1647854 - in /tomcat/jk/trunk: native/common/jk_util.c xdocs/miscellaneous/changelog.xml

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 22:35:53 2014 New Revision: 1647854 URL: http://svn.apache.org/r1647854 Log: Reduce log buffer from 8KB to 1KB. Add logging in case of failed logging and add trailing "..." to lines which were likely runcated. Modified: tomcat/jk/trunk/native/common/jk_util.c

svn commit: r1647853 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 22:27:36 2014 New Revision: 1647853 URL: http://svn.apache.org/r1647853 Log: Replace remnant from prototype testing on Unix by better Windows equivalent. Thanks Konstantin for review. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Modified: tomcat/jk/t

svn commit: r1647852 [2/2] - /tomcat/jk/trunk/native/common/jk_status.c

2014-12-24 Thread rjung
Modified: tomcat/jk/trunk/native/common/jk_status.c URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_status.c?rev=1647852&r1=1647851&r2=1647852&view=diff == --- tomcat/jk/trunk/native/common/jk_status.c

svn commit: r1647852 [1/2] - /tomcat/jk/trunk/native/common/jk_status.c

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 22:10:22 2014 New Revision: 1647852 URL: http://svn.apache.org/r1647852 Log: Add logging if status worker output was dropped due to insufficient buffer size. Pass logger down to jk_printf. Needed to rename one local int variable from "l" to "n", because it was shado

svn commit: r1647851 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 22:09:50 2014 New Revision: 1647851 URL: http://svn.apache.org/r1647851 Log: Add logging if status worker output was dropped due to insufficient buffer size. Pass logger down to jk_printf. Needed to rename one local int variable from "l" to "n", because it was shado

[Bug 57282] request process UML diagram seems outdated

2014-12-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57282 --- Comment #7 from Stephen Chen --- Created attachment 32329 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32329&action=edit Tomcat 7.0 request process flow Hi Mark, please check the drafted request reprocess diagram, since t

[Bug 54596] Relative path functionality truncates last character of configuration parameters preventing connector from working.

2014-12-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54596 --- Comment #10 from Konstantin Kolinko --- In path_merge() [[[ if (remain > 0) { return ""; } ]]] maybe SetLastError(ERROR_BAD_PATHNAME); return 0; like in other er

[Bug 54596] Relative path functionality truncates last character of configuration parameters preventing connector from working.

2014-12-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54596 --- Comment #9 from Rainer Jung --- Thanks a bunch Konstantin, I committed the patch in r1647746. Looked good to me. I plan to do testing next week. Keeping this issue open until then as a reminder. -- You are receiving this mail because:

svn commit: r1647746 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2014-12-24 Thread rjung
Author: rjung Date: Wed Dec 24 08:46:35 2014 New Revision: 1647746 URL: http://svn.apache.org/r1647746 Log: Review comment and patch by kkolinko - PR 54596: Review comments and patch by kkolinko - followup to r1647684: - Remove unused cp argument from skip_prefix() - Ensure sp hidden return value

Re: Back-porting BZ57338 SSO + Cluster improvements

2014-12-24 Thread Keiichi Fujino
2014-12-19 21:40 GMT+09:00 Mark Thomas : > On 17/12/2014 16:57, Mark Thomas wrote: > > On 17/12/2014 09:58, Keiichi Fujino wrote: > > >> [A] I think that the process of updating SSO entry needs to be notify > >> cluster. > > > > I'll take a look at this. I didn't see any issues in my simple testin