[Bug 59357] New: Doesn't seem to be a way to totally disable TLD scanning

2016-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59357 Bug ID: 59357 Summary: Doesn't seem to be a way to totally disable TLD scanning Product: Tomcat 8 Version: 8.0.33 Hardware: PC OS: Linux Statu

Re: svn commit: r1740047 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-20 Thread Konstantin Kolinko
2016-04-20 8:04 GMT+03:00 : > Author: kfujino > Date: Wed Apr 20 05:04:19 2016 > New Revision: 1740047 > > URL: http://svn.apache.org/viewvc?rev=1740047&view=rev > Log: > Change the channel field to protected. > > Modified: > > tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/Channe

Re: Looking for mentor

2016-04-20 Thread Mark Thomas
On 19/04/2016 23:44, Abdessamed MANSOURI wrote: > I think, i just have to write a simple test case which is pretty similair > to TestAsyncContextImpl.testListeners, or not?? :) Correct. You are heading in the right direction. You can use the existing test cases in TestAsyncContextImpl and the tes

[Bug 59357] Doesn't seem to be a way to totally disable TLD scanning

2016-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59357 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 59357] Doesn't seem to be a way to totally disable TLD scanning

2016-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59357 --- Comment #2 from Denny --- Ah, I should have realized it was spec. The issue I'm running into is a bad DTD location in a TLD. It's been broken for a while I think, I'm surprised we haven't run into this problem before now. I thought it mi

svn commit: r1740131 - in /tomcat/trunk: java/org/apache/tomcat/util/http/RequestUtil.java test/org/apache/tomcat/util/http/TestRequestUtil.java webapps/docs/changelog.xml

2016-04-20 Thread markt
Author: markt Date: Wed Apr 20 12:14:43 2016 New Revision: 1740131 URL: http://svn.apache.org/viewvc?rev=1740131&view=rev Log: When normalizing paths, improve the handling when paths end with'/.' or '/..' and ensure that input and output are consistent with respect to whether or not they end wit

[Bug 59359] New: (Task) Extend validity period for signing KEY - before next release

2016-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59359 Bug ID: 59359 Summary: (Task) Extend validity period for signing KEY - before next release Product: Taglibs Version: nightly Hardware: PC Status: NEW

svn commit: r1740132 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/http/RequestUtil.java test/org/apache/tomcat/util/http/TestRequestUtil.java webapps/docs/changelog.xml

2016-04-20 Thread markt
Author: markt Date: Wed Apr 20 12:21:00 2016 New Revision: 1740132 URL: http://svn.apache.org/viewvc?rev=1740132&view=rev Log: When normalizing paths, improve the handling when paths end with'/.' or '/..' and ensure that input and output are consistent with respect to whether or not they end wit

svn commit: r1740133 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/http/RequestUtil.java test/org/apache/tomcat/util/http/TestRequestUtil.java webapps/docs/changelog.xml

2016-04-20 Thread markt
Author: markt Date: Wed Apr 20 12:22:15 2016 New Revision: 1740133 URL: http://svn.apache.org/viewvc?rev=1740133&view=rev Log: When normalizing paths, improve the handling when paths end with'/.' or '/..' and ensure that input and output are consistent with respect to whether or not they end wit

svn commit: r1740134 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/RequestUtil.java test/org/apache/tomcat/util/http/TestRequestUtil.java webapps/docs/changelog.xml

2016-04-20 Thread markt
Author: markt Date: Wed Apr 20 12:23:39 2016 New Revision: 1740134 URL: http://svn.apache.org/viewvc?rev=1740134&view=rev Log: When normalizing paths, improve the handling when paths end with'/.' or '/..' and ensure that input and output are consistent with respect to whether or not they end wit

buildbot failure in on tomcat-8-trunk

2016-04-20 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/573 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Abdessamed MANSOURI changed: What|Removed |Added CC||lav...@hotmail.fr --- Comment #5

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Abdessamed MANSOURI changed: What|Removed |Added CC|lav...@hotmail.fr | -- You are receiving this mail

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

2016-04-20 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-trunk-make has an issue affecting its community integration

Re: svn commit: r1740047 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-20 Thread Keiichi Fujino
2016-04-20 18:15 GMT+09:00 Konstantin Kolinko : > 2016-04-20 8:04 GMT+03:00 : > > Author: kfujino > > Date: Wed Apr 20 05:04:19 2016 > > New Revision: 1740047 > > > > URL: http://svn.apache.org/viewvc?rev=1740047&view=rev > > Log: > > Change the channel field to protected. > > > > Modified: > > >

svn commit: r1740232 - /tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2016-04-20 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:15:29 2016 New Revision: 1740232 URL: http://svn.apache.org/viewvc?rev=1740232&view=rev Log: Change timing of add the channel instance to the interceptors. Add the channel instance to the interceptors when starting the channel. Modified: tomcat/trunk/java/o

svn commit: r1740233 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2016-04-20 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:16:26 2016 New Revision: 1740233 URL: http://svn.apache.org/viewvc?rev=1740233&view=rev Log: Change timing of add the channel instance to the interceptors. Add the channel instance to the interceptors when starting the channel. Modified: tomcat/tc8.5.x/trun

svn commit: r1740234 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2016-04-20 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:17:12 2016 New Revision: 1740234 URL: http://svn.apache.org/viewvc?rev=1740234&view=rev Log: Change timing of add the channel instance to the interceptors. Add the channel instance to the interceptors when starting the channel. Modified: tomcat/tc8.0.x/trun

svn commit: r1740235 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2016-04-20 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:17:56 2016 New Revision: 1740235 URL: http://svn.apache.org/viewvc?rev=1740235&view=rev Log: Change timing of add the channel instance to the interceptors. Add the channel instance to the interceptors when starting the channel. Modified: tomcat/tc7.0.x/trun

svn commit: r1740236 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/ webapps/docs/

2016-04-20 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:21:43 2016 New Revision: 1740236 URL: http://svn.apache.org/viewvc?rev=1740236&view=rev Log: Ensure that clear the channel instance from channel services when stopping channel. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator

svn commit: r1740237 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/ webapps/docs/

2016-04-20 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:24:01 2016 New Revision: 1740237 URL: http://svn.apache.org/viewvc?rev=1740237&view=rev Log: Ensure that clear the channel instance from channel services when stopping channel. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/group/ChannelCo

svn commit: r1740238 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/ webapps/docs/

2016-04-20 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:26:19 2016 New Revision: 1740238 URL: http://svn.apache.org/viewvc?rev=1740238&view=rev Log: Ensure that clear the channel instance from channel services when stopping channel. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCo

svn commit: r1740239 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/ webapps/docs/

2016-04-20 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:28:58 2016 New Revision: 1740239 URL: http://svn.apache.org/viewvc?rev=1740239&view=rev Log: Ensure that clear the channel instance from channel services when stopping channel. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCo

buildbot success in on tomcat-8-trunk

2016-04-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/574 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler