svn commit: r1648304 - /tomcat/trunk/build.properties.default

2014-12-29 Thread kkolinko
Author: kkolinko Date: Mon Dec 29 11:16:44 2014 New Revision: 1648304 URL: http://svn.apache.org/r1648304 Log: Update to Checkstyle 6.2 Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.proper

svn commit: r1648306 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2014-12-29 Thread kkolinko
Author: kkolinko Date: Mon Dec 29 11:20:17 2014 New Revision: 1648306 URL: http://svn.apache.org/r1648306 Log: Update to Checkstyle 6.2 Merged r1648304 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/tru

Re: svn commit: r1648306 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2014-12-29 Thread Konstantin Kolinko
2014-12-29 14:20 GMT+03:00 : > Author: kkolinko > Date: Mon Dec 29 11:20:17 2014 > New Revision: 1648306 > > URL: http://svn.apache.org/r1648306 > Log: > Update to Checkstyle 6.2 > Merged r1648304 from tomcat/trunk. > > Modified: > tomcat/tc8.0.x/trunk/ (props changed) > tomcat/tc8.0.x/t

svn commit: r1648318 - in /tomcat/jk/trunk: native/common/ xdocs/miscellaneous/

2014-12-29 Thread rjung
Author: rjung Date: Mon Dec 29 12:30:29 2014 New Revision: 1648318 URL: http://svn.apache.org/r1648318 Log: Enforce implementation restriction on maximal length "60" of worker attributes "name", "host", "route", "domain", "redirect", "session_cookie", "session_path" and "set_session_cookie". Chec

[Bug 49063] Please add JkStripSession status in jk-status worker output

2014-12-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49063 --- Comment #1 from Rainer Jung --- I currently do not plan to implement this feature. JkStripSession is from a configuration point of view a relatively simple flag. It is boolean and per vhost. We do have quite a few config items in mod_j

[Bug 52483] Print JkOptions's options in log file and jkstatus page

2014-12-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52483 --- Comment #1 from Rainer Jung --- I currently do not plan to implement the status worker part of this feature. We do have quite a few config items in mod_jk for the Apache web server on top of worker properties and mapping. JkOptions is

[Bug 49063] Please add JkStripSession status in jk-status worker output

2014-12-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49063 --- Comment #2 from Rainer Jung --- See also BZ 52483 for a somewhat similar feature request. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1648345 - in /tomcat/jk/trunk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml

2014-12-29 Thread rjung
Author: rjung Date: Mon Dec 29 13:52:50 2014 New Revision: 1648345 URL: http://svn.apache.org/r1648345 Log: PR 52483: Apache: Add debug logging for result of JkOptions configuration processing. Modified: tomcat/jk/trunk/native/apache-1.3/mod_jk.c tomcat/jk/trunk/native/apache-2.0/mod_jk.c

[Bug 52483] Print JkOptions's options in log file and jkstatus page

2014-12-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52483 --- Comment #2 from Rainer Jung --- I implemented the logging part in r1648345. Example output: [Mon Dec 29 14:42:54.226 2014] [5541:1] [debug] dump_options::mod_jk.c (676): JkOption 'ForwardURIProxy' set in server 'myserver.example.com'

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

2014-12-29 Thread Christopher Schultz
Rainer, On 12/24/14 6:14 PM, rj...@apache.org wrote: > 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 I just realized that we had our own im

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

2014-12-29 Thread rjung
Author: rjung Date: Mon Dec 29 14:49:41 2014 New Revision: 1648352 URL: http://svn.apache.org/r1648352 Log: BZ 54177: Status: Use numeric time stamps instead of textual ones to avoid non-well-formed XML output. Textual timestamps are formatted according to locale settings and reencoding them to U

[Bug 54177] jkmanager generates non-well-formed XML for certain server timezones

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

Re: svn commit: r1648352 - in /tomcat/jk/trunk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2014-12-29 Thread Christopher Schultz
Rainer, On 12/29/14 9:49 AM, rj...@apache.org wrote: > Author: rjung > Date: Mon Dec 29 14:49:41 2014 > New Revision: 1648352 > > URL: http://svn.apache.org/r1648352 > Log: > BZ 54177: Status: Use numeric time stamps instead of > textual ones to avoid non-well-formed XML output. > > Textual time

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

2014-12-29 Thread Rainer Jung
Hi Chris, Am 29.12.2014 um 15:40 schrieb Christopher Schultz: Rainer, ... I just realized that we had our own implementation of the MD5 algorithm in mod_jk. :( Would it be worth trying to detect whether or not the host system has that routine available in any other way (e.g. OpenSSL)? I su

[Bug 49063] Please add JkStripSession status in jk-status worker output

2014-12-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49063 --- Comment #3 from Christopher Schultz --- What about a new "view" of the status worker that would just dump the (options) configuration for all vhosts? I'm not sure the best way to specify a vhost's name in an HTTP parameter, but we could

svn commit: r1648358 - /tomcat/jk/trunk/xdocs/news/20090301.xml

2014-12-29 Thread rjung
Author: rjung Date: Mon Dec 29 15:18:03 2014 New Revision: 1648358 URL: http://svn.apache.org/r1648358 Log: Fix typo in docs. Modified: tomcat/jk/trunk/xdocs/news/20090301.xml Modified: tomcat/jk/trunk/xdocs/news/20090301.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/news/2009

svn commit: r1648364 - /tomcat/jk/trunk/xdocs/reference/workers.xml

2014-12-29 Thread rjung
Author: rjung Date: Mon Dec 29 15:20:49 2014 New Revision: 1648364 URL: http://svn.apache.org/r1648364 Log: Add ajp14 "experimental" note to docs. Make AJP13/ajp13 upper case (protocol) versus lower case (worker type) somewhat more consistent in docs. Modified: tomcat/jk/trunk/xdocs/referenc

Re: svn commit: r1648352 - in /tomcat/jk/trunk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2014-12-29 Thread Rainer Jung
Am 29.12.2014 um 16:05 schrieb Christopher Schultz: Rainer, On 12/29/14 9:49 AM, rj...@apache.org wrote: Author: rjung Date: Mon Dec 29 14:49:41 2014 New Revision: 1648352 URL: http://svn.apache.org/r1648352 Log: BZ 54177: Status: Use numeric time stamps instead of textual ones to avoid non-we

Re: svn commit: r1648352 - in /tomcat/jk/trunk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2014-12-29 Thread Christopher Schultz
Rainer, On 12/29/14 10:23 AM, Rainer Jung wrote: > Am 29.12.2014 um 16:05 schrieb Christopher Schultz: >> Rainer, >> >> On 12/29/14 9:49 AM, rj...@apache.org wrote: >>> Author: rjung >>> Date: Mon Dec 29 14:49:41 2014 >>> New Revision: 1648352 >>> >>> URL: http://svn.apache.org/r1648352 >>> Log: >

Re: svn commit: r1648352 - in /tomcat/jk/trunk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2014-12-29 Thread Rainer Jung
Hi Chris, Am 29.12.2014 um 16:45 schrieb Christopher Schultz: There is the option of passing-in a static locale_t that ignores the value of LANG and friends. That might get you a more consistent string value if you used en_US for instance, which rarely has non-ASCII values for anything:

[Bug 54177] jkmanager generates non-well-formed XML for certain server timezones

2014-12-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54177 --- Comment #4 from Rainer Jung --- For the sake of completeness: Chris has found an API, strftime_l(), which allows to format using a chosen call-specific locale. This API is pretty recent though, it is only part of the Open Group Unix Spe

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

2014-12-29 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