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
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
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
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
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
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
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.
-
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
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'
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54177
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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
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
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
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:
>
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:
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
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
22 matches
Mail list logo