Author: billbarker
Date: Tue Jan 6 04:42:24 2015
New Revision: 1649733
URL: http://svn.apache.org/r1649733
Log:
More fixes to help Gump build. No change if compiling against any currently
released version of openssl
Modified:
tomcat/native/branches/1.1.x/native/src/ssl.c
tomcat/native/b
Author: rjung
Date: Tue Jan 6 03:14:02 2015
New Revision: 1649729
URL: http://svn.apache.org/r1649729
Log:
Add a changelog entry.
Modified:
tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat
Author: rjung
Date: Tue Jan 6 03:12:30 2015
New Revision: 1649728
URL: http://svn.apache.org/r1649728
Log:
Further improve handling of piped loggers
during graceful or normal restart.
Some "Broken Pipe" errors in children mod_jk
logging remain when doing graceful restart
under load. This is beca
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
Author: markt
Date: Mon Jan 5 21:41:25 2015
New Revision: 1649671
URL: http://svn.apache.org/r1649671
Log:
Remove unused flush() method.
Note that flush() (in some form) will alomst certainly return to the
SocketWrapper in a future refactoring.
Modified:
tomcat/trunk/java/org/apache/tomcat/u
[
https://issues.apache.org/jira/browse/MTOMCAT-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14264753#comment-14264753
]
Dennis Lundberg commented on MTOMCAT-280:
-
Matteo,
The fix I attached did not re
On 05/01/2015 13:13, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.16 release is now available for voting.
>
> The main changes since 8.0.15 are:
> - Correct a regression in annotation scanning introduced in 8.0.15
> - The RemoteAddrValve and RemoteHostValve can now optionally include
> th
[
https://issues.apache.org/jira/browse/MTOMCAT-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14264622#comment-14264622
]
Matteo TURRA commented on MTOMCAT-280:
--
I think the requiresProject = false attribu
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175
--- Comment #7 from Rainer Jung ---
I agree it would be nice if we could disable leak detection in case the JVM
shuts down. This is a frequent case and in that case the leaks don't matter.
The logs in this case only raise awareness for the
The proposed Apache Tomcat 8.0.16 release is now available for voting.
The main changes since 8.0.15 are:
- Correct a regression in annotation scanning introduced in 8.0.15
- The RemoteAddrValve and RemoteHostValve can now optionally include
the port when filtering along with a new option to tri
https://issues.apache.org/bugzilla/show_bug.cgi?id=54121
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54121
Alex Panchenko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVAL
https://issues.apache.org/bugzilla/show_bug.cgi?id=44571
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: rjung
Date: Mon Jan 5 12:30:12 2015
New Revision: 1649515
URL: http://svn.apache.org/r1649515
Log:
BZ 44571: Ensure that we return with status 503
if we can not get and endpoint for a worker.
Modified:
tomcat/jk/trunk/native/apache-1.3/mod_jk.c
tomcat/jk/trunk/native/apache-2.0/m
Author: markt
Date: Mon Jan 5 12:22:19 2015
New Revision: 1649513
URL: http://svn.apache.org/r1649513
Log:
Trivial whitespace change to try and trigger a CI build
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/AccessLog.java
Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/A
https://issues.apache.org/bugzilla/show_bug.cgi?id=49469
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Hardware|PC
https://issues.apache.org/bugzilla/show_bug.cgi?id=56703
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: rjung
Date: Mon Jan 5 11:45:31 2015
New Revision: 1649506
URL: http://svn.apache.org/r1649506
Log:
BZ 56703: Status: Improve connected counter by
using atomics.
Modified:
tomcat/jk/trunk/native/common/jk_ajp_common.c
tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
Modified: to
Author: rjung
Date: Mon Jan 5 11:22:37 2015
New Revision: 1649503
URL: http://svn.apache.org/r1649503
Log:
BZ 56703: Improve connection counting used in
status worker for monitoring purposes.
Use a shutdown cleanup handler in mod_jk (Apache)
to correctly count down connections closed by
terminat
https://issues.apache.org/bugzilla/show_bug.cgi?id=56489
Rainer Jung changed:
What|Removed |Added
Hardware|PC |All
OS|Linux
[
https://issues.apache.org/jira/browse/MTOMCAT-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14264490#comment-14264490
]
Matteo TURRA commented on MTOMCAT-280:
--
I tried this version
https://repository.apa
Author: rjung
Date: Mon Jan 5 11:07:35 2015
New Revision: 1649501
URL: http://svn.apache.org/r1649501
Log:
Make sure we don't use the main mod_jk log
during process shutdown in case it is piped.
Write to the error log instead.
During shutdown the piped logger could already
be gone and the pipe w
Author: rjung
Date: Mon Jan 5 10:39:50 2015
New Revision: 1649498
URL: http://svn.apache.org/r1649498
Log:
Use separate cleanups for child and main
process.
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/
Author: rjung
Date: Mon Jan 5 10:31:17 2015
New Revision: 1649496
URL: http://svn.apache.org/r1649496
Log:
Don't log trailing garbage from log buffer if
mod_jk log fails and we log instead to the Apache
error log.
Modified:
tomcat/jk/trunk/native/apache-1.3/mod_jk.c
tomcat/jk/trunk/nativ
Author: markt
Date: Mon Jan 5 10:22:27 2015
New Revision: 1649495
URL: http://svn.apache.org/r1649495
Log:
Tag 8.0.16
Added:
tomcat/tc8.0.x/tags/TOMCAT_8_0_16/ (props changed)
- copied from r1649494, tomcat/tc8.0.x/trunk/
Modified:
tomcat/tc8.0.x/tags/TOMCAT_8_0_16/build.properti
Author: markt
Date: Mon Jan 5 10:10:52 2015
New Revision: 1649492
URL: http://svn.apache.org/r1649492
Log:
Tagged wrong branch
Removed:
tomcat/tc8.0.x/tags/TOMCAT_8_0_16/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.ap
Author: markt
Date: Mon Jan 5 10:01:39 2015
New Revision: 1649490
URL: http://svn.apache.org/r1649490
Log:
tag 8.0.16
Added:
tomcat/tc8.0.x/tags/TOMCAT_8_0_16/
- copied from r1649489, tomcat/trunk/
Modified:
tomcat/tc8.0.x/tags/TOMCAT_8_0_16/build.properties.default
Modified: tomc
27 matches
Mail list logo