[Bug 62214] The "userSubtree=true" and "roleSubtree=true" in JNDIRealm not working

2018-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62214 marian.romasc...@nuance.com changed: What|Removed |Added OS||All --- Comment #1 from m

[Bug 62214] New: The "userSubtree=true" and "roleSubtree=true" in JNDIRealm not working

2018-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62214 Bug ID: 62214 Summary: The "userSubtree=true" and "roleSubtree=true" in JNDIRealm not working Product: Tomcat 8 Version: 8.5.29 Hardware: PC Status: NEW

svn commit: r1827501 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/NamingContextListener.java

2018-03-22 Thread markt
Author: markt Date: Thu Mar 22 14:31:50 2018 New Revision: 1827501 URL: http://svn.apache.org/viewvc?rev=1827501&view=rev Log: Remove unused code left over from a 5.5.x era refactoring. Deprecated unused method for removal in Tomcat 10. Modified: tomcat/tc7.0.x/trunk/ (props changed) t

svn commit: r1827500 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/NamingContextListener.java

2018-03-22 Thread markt
Author: markt Date: Thu Mar 22 14:30:29 2018 New Revision: 1827500 URL: http://svn.apache.org/viewvc?rev=1827500&view=rev Log: Remove unused code left over from a 5.5.x era refactoring. Deprecated unused method for removal in Tomcat 10. Modified: tomcat/tc8.0.x/trunk/ (props changed) t

svn commit: r1827499 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/NamingContextListener.java

2018-03-22 Thread markt
Author: markt Date: Thu Mar 22 14:30:05 2018 New Revision: 1827499 URL: http://svn.apache.org/viewvc?rev=1827499&view=rev Log: Remove unused code left over from a 5.5.x era refactoring. Deprecated unused method for removal in Tomcat 10. Modified: tomcat/tc8.5.x/trunk/ (props changed) t

svn commit: r1827498 - /tomcat/trunk/java/org/apache/catalina/core/NamingContextListener.java

2018-03-22 Thread markt
Author: markt Date: Thu Mar 22 14:26:24 2018 New Revision: 1827498 URL: http://svn.apache.org/viewvc?rev=1827498&view=rev Log: Remove unused code left over from a 5.5.x era refactoring. Deprecated unused method for removal in Tomcat 10. Modified: tomcat/trunk/java/org/apache/catalina/core/Nam

svn commit: r1827496 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/NamingContextListener.java webapps/docs/changelog.xml

2018-03-22 Thread markt
Author: markt Date: Thu Mar 22 14:09:57 2018 New Revision: 1827496 URL: http://svn.apache.org/viewvc?rev=1827496&view=rev Log: The listener is added for both Context and Server instances so it needs to be removed for both as well. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat

svn commit: r1827493 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/NamingContextListener.java webapps/docs/changelog.xml

2018-03-22 Thread markt
Author: markt Date: Thu Mar 22 13:54:57 2018 New Revision: 1827493 URL: http://svn.apache.org/viewvc?rev=1827493&view=rev Log: The listener is added for both Context and Server instances so it needs to be removed for both as well. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat

svn commit: r1827492 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/NamingContextListener.java webapps/docs/changelog.xml

2018-03-22 Thread markt
Author: markt Date: Thu Mar 22 13:53:23 2018 New Revision: 1827492 URL: http://svn.apache.org/viewvc?rev=1827492&view=rev Log: The listener is added for both Context and Server instances so it needs to be removed for both as well. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat

svn commit: r1827491 - in /tomcat/trunk: java/org/apache/catalina/core/NamingContextListener.java webapps/docs/changelog.xml

2018-03-22 Thread markt
Author: markt Date: Thu Mar 22 13:52:08 2018 New Revision: 1827491 URL: http://svn.apache.org/viewvc?rev=1827491&view=rev Log: The listener is added for both Context and Server instances so it needs to be removed for both as well. Modified: tomcat/trunk/java/org/apache/catalina/core/NamingCo

[GitHub] tomcat pull request #104: fix create one more thread when submitted count = ...

2018-03-22 Thread usc
GitHub user usc opened a pull request: https://github.com/apache/tomcat/pull/104 fix create one more thread when submitted count = pool size issue. e.g. corePoolSize = 20, maximumPoolSize = 50, and use TaskQueue, if execute 30 threads will created 31 poolSize(should 30). l

svn commit: r1827480 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Constants.java java/org/apache/coyote/http2/Http2UpgradeHandler.java java/org/apache/coyote/http2/Stream.java

2018-03-22 Thread remm
Author: remm Date: Thu Mar 22 12:09:32 2018 New Revision: 1827480 URL: http://svn.apache.org/viewvc?rev=1827480&view=rev Log: Move arbitrary frame payload sizes to the constants, with the same fixme. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/co

svn commit: r1827479 - in /tomcat/trunk/java/org/apache/coyote/http2: Constants.java Http2UpgradeHandler.java Stream.java

2018-03-22 Thread remm
Author: remm Date: Thu Mar 22 12:04:55 2018 New Revision: 1827479 URL: http://svn.apache.org/viewvc?rev=1827479&view=rev Log: Move arbitrary frame payload sizes to the constants, with the same fixme. Modified: tomcat/trunk/java/org/apache/coyote/http2/Constants.java tomcat/trunk/java/org/