tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dtest.reports=output/logs-NIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779
--- Comment #2 from bock.mich...@telekom.de ---
We are not using the tomcat non blocking io. We simply hand over the
ServletOutputStream to another thread. Here are the complete stacktraces:
"http-bio-25030-exec-10" daemon prio=10 tid=0x00
On 31/03/2015 22:48, Konstantin Kolinko wrote:
> 2015-04-01 0:09 GMT+03:00 Konstantin Kolinko :
>> 2015-03-31 22:15 GMT+03:00 :
>>> Author: markt
>>> Date: Tue Mar 31 19:15:48 2015
>>> New Revision: 1670437
>>>
>>> URL: http://svn.apache.org/r1670437
>>> Log:
>>> Fix https://bz.apache.org/bugzilla
Author: rjung
Date: Wed Apr 1 07:32:30 2015
New Revision: 1670572
URL: http://svn.apache.org/r1670572
Log:
Fix checkstyle nag (whitespace at end of line).
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apa
[
https://issues.apache.org/jira/browse/MTOMCAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikko Tommila updated MTOMCAT-283:
--
Attachment: tomcat-maven-plugin-test.zip
Test Maven project for reproducing this issue
> Tomca
[
https://issues.apache.org/jira/browse/MTOMCAT-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390175#comment-14390175
]
Mikko Tommila commented on MTOMCAT-283:
---
The use case is that we want to specify a
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779
--- Comment #3 from Remy Maucherat ---
Ok, but your: parking to wait for <0xc3b273b8> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
does not seem to be related to Tomcat.
The lock on the socket is unavoidab
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779
--- Comment #4 from bock.mich...@telekom.de ---
We must block the servlet thread to wait for the output from the other thread
to be completed.
In consequence to the changes in 7.0.54 it is generally not possible anymore to
use a separate thread
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779
--- Comment #5 from Remy Maucherat ---
In your trace the deadlock is caused by the lock on <0xc3b273b8> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) but it
only appears once in your stack, we don't see where
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779
--- Comment #6 from bock.mich...@telekom.de ---
We lock the servlet thread with our own lock, which is normally released by the
worker thread as soon as the output is processed.
But this case the worker thread has no chance to release the lock,
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/189
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: rjung
Date: Wed Apr 1 09:51:41 2015
New Revision: 1670591
URL: http://svn.apache.org/r1670591
Log:
Docs typos.
Modified:
tomcat/trunk/webapps/docs/config/ajp.xml
Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/aj
Author: rjung
Date: Wed Apr 1 09:52:53 2015
New Revision: 1670592
URL: http://svn.apache.org/r1670592
Log:
Docs typos.
Backport of r1670591 from trunk.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/webapps/docs/config/ajp.xml
Propchange: tomcat/tc8.0.x/trunk/
--
Author: rjung
Date: Wed Apr 1 09:54:09 2015
New Revision: 1670593
URL: http://svn.apache.org/r1670593
Log:
Docs typos.
Backport of r1670591 from trunk resp.
r1670592 from tc8.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml
Propchange:
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1093
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
The Buildbot has detected a build exception on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/606
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranc
Author: markt
Date: Wed Apr 1 10:21:45 2015
New Revision: 1670598
URL: http://svn.apache.org/r1670598
Log:
Use a constant (that can be re-used by the unit tests) for the file
modification resolution.
Modified:
tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java
Modified: tomcat/t
Author: markt
Date: Wed Apr 1 10:22:14 2015
New Revision: 1670599
URL: http://svn.apache.org/r1670599
Log:
Align redeploy resource modification checking with reload modification checking
so that now, in both cases, a change in modification time rather than an
increase in modification time is us
Author: markt
Date: Wed Apr 1 10:23:42 2015
New Revision: 1670600
URL: http://svn.apache.org/r1670600
Log:
Update unit tests to account for file modification resolution changes in
HostConfig. Generally:
- make sure modification times change by more than
FILE_MODIFICATION_RESOLUTION_MS
- make su
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-BIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dexampl
Author: markt
Date: Wed Apr 1 10:41:17 2015
New Revision: 1670605
URL: http://svn.apache.org/r1670605
Log:
Use a constant (that can be re-used by the unit tests) for the file
modification resolution.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/HostConfig.java
Modified:
Author: markt
Date: Wed Apr 1 10:41:56 2015
New Revision: 1670606
URL: http://svn.apache.org/r1670606
Log:
Align redeploy resource modification checking with reload modification checking
so that now, in both cases, a change in modification time rather than an
increase in modification time is us
Author: markt
Date: Wed Apr 1 10:42:24 2015
New Revision: 1670607
URL: http://svn.apache.org/r1670607
Log:
Update unit tests to account for file modification resolution changes in
HostConfig. Generally:
- make sure modification times change by more than
FILE_MODIFICATION_RESOLUTION_MS
- make su
Author: markt
Date: Wed Apr 1 10:45:04 2015
New Revision: 1670609
URL: http://svn.apache.org/r1670609
Log:
Update changelog
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/t
Author: violetagg
Date: Wed Apr 1 10:45:33 2015
New Revision: 1670610
URL: http://svn.apache.org/r1670610
Log:
Removed debug messages as they do not give any valuable information and floods
the log files with empty rows. Patch provided by Polina Genova.
Modified:
tomcat/trunk/java/org/apach
Author: violetagg
Date: Wed Apr 1 10:54:07 2015
New Revision: 1670612
URL: http://svn.apache.org/r1670612
Log:
Merged revision 1670610 from tomcat/trunk:
Removed debug messages as they do not give any valuable information and floods
the log files with empty rows. Patch provided by Polina Genova.
Author: violetagg
Date: Wed Apr 1 11:10:53 2015
New Revision: 1670617
URL: http://svn.apache.org/r1670617
Log:
Merged revision 1670610 from tomcat/trunk:
Removed debug messages as they do not give any valuable information and floods
the log files with empty rows. Patch provided by Polina Genova.
2015-03-27 14:36 GMT+02:00 Violeta Georgieva :
>
> The proposed Apache Tomcat 7.0.61 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.61/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779
--- Comment #7 from Mark Thomas ---
Are you using Servlet 3 async processing at all? Or is this all custom async
code written on top of - effectively - servlet 2.5?
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779
--- Comment #8 from bock.mich...@telekom.de ---
This is custom async code written on top of servlet 2.5.
We're now switched the http-connector to Http11NioProtocol. In a first try the
lock didn't occur anymore.
--
You are receiving this mail
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dexampl
On 01/04/2015 11:45, violet...@apache.org wrote:
> Author: violetagg
> Date: Wed Apr 1 10:45:33 2015
> New Revision: 1670610
>
> URL: http://svn.apache.org/r1670610
> Log:
> Removed debug messages as they do not give any valuable information and
> floods the log files with empty rows. Patch prov
Author: markt
Date: Wed Apr 1 11:42:38 2015
New Revision: 1670619
URL: http://svn.apache.org/r1670619
Log:
Use a constant (that can be re-used by the unit tests) for the file
modification resolution.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/
Author: markt
Date: Wed Apr 1 11:43:07 2015
New Revision: 1670620
URL: http://svn.apache.org/r1670620
Log:
Align redeploy resource modification checking with reload modification checking
so that now, in both cases, a change in modification time rather than an
increase in modification time is us
Author: markt
Date: Wed Apr 1 11:48:03 2015
New Revision: 1670621
URL: http://svn.apache.org/r1670621
Log:
Update unit tests to account for file modification resolution changes in
HostConfig. Generally:
- make sure modification times change by more than
FILE_MODIFICATION_RESOLUTION_MS
- make su
Author: markt
Date: Wed Apr 1 11:49:41 2015
New Revision: 1670622
URL: http://svn.apache.org/r1670622
Log:
Update changelog
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Propchange: tomcat/tc7.0.x/trunk/
---
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1094
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
The Buildbot has detected a build exception on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/191
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranc
it-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-NIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dexamples.sources.skip=true
Am 01.04.2015 um 12:45 schrieb ma...@apache.org:
Author: markt
Date: Wed Apr 1 10:45:04 2015
New Revision: 1670609
URL: http://svn.apache.org/r1670609
Log:
Update changelog
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dtest.reports=output/logs-BIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750
--- Comment #5 from roman.stobni...@dialogic.com ---
Sorry for late replay but update emails were caught in my spam :-)
Just wanted to add that actually we did many tests and found out that TCP keep
alive timers are only good between the "hops"
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/607
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
On 01/04/2015 13:07, Rainer Jung wrote:
> Am 01.04.2015 um 12:45 schrieb ma...@apache.org:
>> Author: markt
>> Date: Wed Apr 1 10:45:04 2015
>> New Revision: 1670609
>>
>> URL: http://svn.apache.org/r1670609
>> Log:
>> Update changelog
>>
>> Modified:
>> tomcat/tc8.0.x/trunk/webapps/docs/chan
Author: markt
Date: Wed Apr 1 12:52:24 2015
New Revision: 1670631
URL: http://svn.apache.org/r1670631
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57779
Dispatch to another thread for error handling is only intended to be used
during Servlet 3+ async processing. Don't dispatch if the
Author: markt
Date: Wed Apr 1 12:57:01 2015
New Revision: 1670632
URL: http://svn.apache.org/r1670632
Log:
Dispatch to another thread for error handling is only intended to be used
during Servlet 3+ async processing. Don't dispatch if the user is doing their
own, custom form of async.
Modified
Author: markt
Date: Wed Apr 1 12:57:59 2015
New Revision: 1670633
URL: http://svn.apache.org/r1670633
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57779
Dispatch to another thread for error handling is only intended to be used
during Servlet 3+ async processing. Don't dispatch if the
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-NIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dexampl
https://bz.apache.org/bugzilla/show_bug.cgi?id=57779
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Hi,
2015-04-01 14:41 GMT+03:00 Mark Thomas :
>
> On 01/04/2015 11:45, violet...@apache.org wrote:
> > Author: violetagg
> > Date: Wed Apr 1 10:45:33 2015
> > New Revision: 1670610
> >
> > URL: http://svn.apache.org/r1670610
> > Log:
> > Removed debug messages as they do not give any valuable info
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-NIO2
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dexamples.sources.
On 01/04/2015 14:30, Violeta Georgieva wrote:
> Hi,
>
> 2015-04-01 14:41 GMT+03:00 Mark Thomas :
>>
>> On 01/04/2015 11:45, violet...@apache.org wrote:
>>> Author: violetagg
>>> Date: Wed Apr 1 10:45:33 2015
>>> New Revision: 1670610
>>>
>>> URL: http://svn.apache.org/r1670610
>>> Log:
>>> Remove
-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
Author: markt
Date: Wed Apr 1 13:56:59 2015
New Revision: 1670651
URL: http://svn.apache.org/r1670651
Log:
msg is used so remove @SupressWarnings
Modified:
tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java
Modified:
tomcat/tc8.0.x/trunk/test/org/apache/tomcat/webs
Author: markt
Date: Wed Apr 1 13:57:53 2015
New Revision: 1670653
URL: http://svn.apache.org/r1670653
Log:
msg is used so remove @SupressWarnings
Modified:
tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java
Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoS
Author: remm
Date: Wed Apr 1 14:24:04 2015
New Revision: 1670657
URL: http://svn.apache.org/r1670657
Log:
Add pom for storeconfig JAR and update version numbers.
Added:
tomcat/trunk/res/maven/tomcat-storeconfig.pom (with props)
Modified:
tomcat/trunk/res/maven/mvn-pub.xml
tomcat/tr
Author: remm
Date: Wed Apr 1 14:45:19 2015
New Revision: 1670663
URL: http://svn.apache.org/r1670663
Log:
Add pom for storeconfig JAR.
Added:
tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom (with props)
Modified:
tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml
tomcat/tc8.0.x/trunk
Author: remm
Date: Wed Apr 1 14:47:46 2015
New Revision: 1670664
URL: http://svn.apache.org/r1670664
Log:
Revert version number (no need to change) and add svn property.
Modified:
tomcat/trunk/res/maven/mvn-pub.xml
tomcat/trunk/res/maven/tomcat-storeconfig.pom (props changed)
Modified
-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dtest.reports=output/logs-NIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150401-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/608
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/192
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
Author: remm
Date: Wed Apr 1 15:19:38 2015
New Revision: 1670669
URL: http://svn.apache.org/r1670669
Log:
Fix svn property (second attempt).
Modified:
tomcat/trunk/res/maven/tomcat-storeconfig.pom (props changed)
Propchange: tomcat/trunk/res/maven/tomcat-storeconfig.pom
--
Author: remm
Date: Wed Apr 1 15:29:06 2015
New Revision: 1670675
URL: http://svn.apache.org/r1670675
Log:
Since the NB test is one of those having the most issues, add a keepalive
variant I used to validate that the state is right after a request.
Modified:
tomcat/trunk/test/org/apache/cata
Author: markt
Date: Wed Apr 1 16:28:08 2015
New Revision: 1670719
URL: http://svn.apache.org/r1670719
Log:
Follow-up to r1670433.
If auto-deploy is not enabled, skip the last modified resolution check since
checkResources() will have been explicitly called after the resource has been
updated.
Author: markt
Date: Wed Apr 1 16:30:38 2015
New Revision: 1670720
URL: http://svn.apache.org/r1670720
Log:
Follow-up to r1670435.
If auto-deploy is not enabled, skip the last modified resolution check since
checkResources() will have been explicitly called after the resource has been
updated.
Author: markt
Date: Wed Apr 1 16:31:34 2015
New Revision: 1670721
URL: http://svn.apache.org/r1670721
Log:
Follow-up to 1670437.
If auto-deploy is not enabled, skip the last modified resolution check since
checkResources() will have been explicitly called after the resource has been
updated.
M
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1097
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedu
Author: markt
Date: Wed Apr 1 16:44:02 2015
New Revision: 1670724
URL: http://svn.apache.org/r1670724
Log:
Really make sure that HostConfig thinks the files have been modified.
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java
Modified:
tomcat/
Author: markt
Date: Wed Apr 1 16:44:57 2015
New Revision: 1670725
URL: http://svn.apache.org/r1670725
Log:
Really make sure that HostConfig thinks the files have been modified.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/catalina/startup/TestHo
Author: markt
Date: Wed Apr 1 16:47:03 2015
New Revision: 1670726
URL: http://svn.apache.org/r1670726
Log:
Follow-up to r1670724
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestHostC
Author: markt
Date: Wed Apr 1 16:47:41 2015
New Revision: 1670727
URL: http://svn.apache.org/r1670727
Log:
Follow-up to r1670725
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java
Propchange: to
Author: markt
Date: Wed Apr 1 16:48:28 2015
New Revision: 1670728
URL: http://svn.apache.org/r1670728
Log:
Really make sure that HostConfig thinks the files have been modified.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/TestHo
Author: markt
Date: Wed Apr 1 17:05:16 2015
New Revision: 1670730
URL: http://svn.apache.org/r1670730
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57772
When reloading an application and a DIR representing an expanded WAR needs to
be deleted ensure that the DIR is deleted after the co
Author: markt
Date: Wed Apr 1 17:07:47 2015
New Revision: 1670731
URL: http://svn.apache.org/r1670731
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57772
When reloading an application and a DIR representing an expanded WAR needs to
be deleted ensure that the DIR is deleted after the co
Author: markt
Date: Wed Apr 1 17:09:28 2015
New Revision: 1670733
URL: http://svn.apache.org/r1670733
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57772
When reloading an application and a DIR representing an expanded WAR needs to
be deleted ensure that the DIR is deleted after the co
https://bz.apache.org/bugzilla/show_bug.cgi?id=57772
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Apr 1 17:15:30 2015
New Revision: 1670736
URL: http://svn.apache.org/r1670736
Log:
Update to tc-native 1.1.33 and bump the recommended version to 1.1.33 as well
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/tr
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/1098
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
The Buildbot has detected a build exception on builder tomcat-7-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/609
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranc
https://bz.apache.org/bugzilla/show_bug.cgi?id=57772
--- Comment #7 from Austin Jones ---
(In reply to Mark Thomas from comment #6)
> Thanks for the report, the analysis and the test case.
No problem. Thank you for fixing this so quickly!
--
You are receiving this mail because:
You are the as
ace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.6-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20150401.
The Buildbot has detected a new failure on builder tomcat-6-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-6-trunk/builds/99
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
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-tc8.0.x-validate has an issue affecting its community
integration.
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-tc8.0.x-test-nio2 has an issue affecting its community
integration
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-trunk-test-apr has an issue affecting its community integration.
Th
Author: rjung
Date: Thu Apr 2 06:46:02 2015
New Revision: 1670826
URL: http://svn.apache.org/r1670826
Log:
Untabify.
Modified:
tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml
Modified: tomcat/tc8.0.x/trunk/res/maven/mvn-pub.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/mv
The Buildbot has detected a build exception on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/195
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranc
87 matches
Mail list logo