Bug report for Tomcat Modules [2017/06/18]

2017-06-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2017/06/18]

2017-06-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2017/06/18]

2017-06-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2017/06/18]

2017-06-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2017/06/18]

2017-06-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2017/06/18]

2017-06-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2017/06/18]

2017-06-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2017/06/18]

2017-06-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 61197] New: Breaking change in Content-Type / Character Encoding handling

2017-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61197 Bug ID: 61197 Summary: Breaking change in Content-Type / Character Encoding handling Product: Tomcat 8 Version: 8.5.15 Hardware: All OS: All

svn commit: r1799123 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java java/org/apache/catalina/core/AsyncContextImpl.java test/org/apache/catalina/core/TestAsyncCon

2017-06-18 Thread markt
Author: markt Date: Sun Jun 18 19:38:08 2017 New Revision: 1799123 URL: http://svn.apache.org/viewvc?rev=1799123=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61185 When an asynchronous request is dispatched via AsyncContext.dispatch() ensure that getRequestURI() for the dispatched

svn commit: r1799124 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java java/org/apache/catalina/core/AsyncContextImpl.java test/org/apache/catalina/core/TestAsyncCon

2017-06-18 Thread markt
Author: markt Date: Sun Jun 18 19:43:09 2017 New Revision: 1799124 URL: http://svn.apache.org/viewvc?rev=1799124=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61185 When an asynchronous request is dispatched via AsyncContext.dispatch() ensure that getRequestURI() for the dispatched

svn commit: r1799125 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2017-06-18 Thread markt
Author: markt Date: Sun Jun 18 19:43:48 2017 New Revision: 1799125 URL: http://svn.apache.org/viewvc?rev=1799125=rev Log: Clean-up. No functional change Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified:

[GitHub] tomcat pull request #59: add some useful note

2017-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/59 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

svn commit: r1799133 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2017-06-18 Thread markt
Author: markt Date: Sun Jun 18 20:22:08 2017 New Revision: 1799133 URL: http://svn.apache.org/viewvc?rev=1799133=rev Log: Trivial comment tweak This closes #59 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified:

[Bug 61180] Change log level of sessionIdGeneratorBase.createRandom to warn rather than info

2017-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61180 --- Comment #5 from Piotr Chlebda --- 1) Would that be another bug for that ? 2)I'd like to make sure that my PR was ok, since it was only at trunk (version 9). Are there any requirments for PR for other

buildbot success in on tomcat-8-trunk

2017-06-18 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/1039 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[GitHub] tomcat issue #59: add some useful note

2017-06-18 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/59 Most added comments add no value. The s/poller/pollers/ change is the only one worth considering and that is a trivial change. The patch uses a mix of tabs and spaces for indents. --- If your

[Bug 61180] Change log level of sessionIdGeneratorBase.createRandom to warn rather than info

2017-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61180 --- Comment #7 from Piotr Chlebda --- Thanks Mark Thomas for a quick response. -- You are receiving this mail because: You are the assignee for the bug.

buildbot success in on tomcat-trunk

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

buildbot failure in on tomcat-8-trunk

2017-06-18 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/1038 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1799129 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/util/SessionIdGeneratorBase.java webapps/docs/changelog.xml

2017-06-18 Thread markt
Author: markt Date: Sun Jun 18 19:54:28 2017 New Revision: 1799129 URL: http://svn.apache.org/viewvc?rev=1799129=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61180 Log a warning message rather than an information message if it takes more than 100ms to initialised a SecureRandom

[Bug 61183] Deadlock occurs while sending to a closing session

2017-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61183 Mark Thomas changed: What|Removed |Added OS||All --- Comment #2

[Bug 61185] AsynContext.dispatch() does not use encoded URI

2017-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61185 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1799128 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/util/SessionIdGeneratorBase.java webapps/docs/changelog.xml

2017-06-18 Thread markt
Author: markt Date: Sun Jun 18 19:53:50 2017 New Revision: 1799128 URL: http://svn.apache.org/viewvc?rev=1799128=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61180 Log a warning message rather than an information message if it takes more than 100ms to initialised a SecureRandom

svn commit: r1799127 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/util/SessionIdGeneratorBase.java webapps/docs/changelog.xml

2017-06-18 Thread markt
Author: markt Date: Sun Jun 18 19:53:27 2017 New Revision: 1799127 URL: http://svn.apache.org/viewvc?rev=1799127=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61180 Log a warning message rather than an information message if it takes more than 100ms to initialised a SecureRandom

[GitHub] tomcat pull request #64: Fix Bug 61180

2017-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/64 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

svn commit: r1799126 - in /tomcat/trunk: java/org/apache/catalina/util/SessionIdGeneratorBase.java webapps/docs/changelog.xml

2017-06-18 Thread markt
Author: markt Date: Sun Jun 18 19:52:44 2017 New Revision: 1799126 URL: http://svn.apache.org/viewvc?rev=1799126=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61180 Log a warning message rather than an information message if it takes more than 100ms to initialised a SecureRandom

[Bug 61180] Change log level of sessionIdGeneratorBase.createRandom to warn rather than info

2017-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61180 --- Comment #6 from Mark Thomas --- (In reply to Piotr Chlebda from comment #5) > 1) Would that be another bug for that ? Maybe. We need to wait and see if we get any such reports. I'd be surprised to get such a report where

svn commit: r1799115 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationContext.java java/org/apache/catalina/core/AsyncContextImpl.java test/org/apache/catalina/core/TestAsyncContextImpl.ja

2017-06-18 Thread markt
Author: markt Date: Sun Jun 18 19:04:54 2017 New Revision: 1799115 URL: http://svn.apache.org/viewvc?rev=1799115=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61185 When an asynchronous request is dispatched via AsyncContext.dispatch() ensure that getRequestURI() for the dispatched

svn commit: r1799117 - in /tomcat/tc7.0.x/trunk/java/org/apache/juli: AsyncFileHandler.java FileHandler.java

2017-06-18 Thread violetagg
Author: violetagg Date: Sun Jun 18 19:17:00 2017 New Revision: 1799117 URL: http://svn.apache.org/viewvc?rev=1799117=rev Log: Format the code. No functional changes. Modified: tomcat/tc7.0.x/trunk/java/org/apache/juli/AsyncFileHandler.java

svn commit: r1799116 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java java/org/apache/catalina/core/AsyncContextImpl.java test/org/apache/catalina/core/TestAsyncCon

2017-06-18 Thread markt
Author: markt Date: Sun Jun 18 19:16:54 2017 New Revision: 1799116 URL: http://svn.apache.org/viewvc?rev=1799116=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61185 When an asynchronous request is dispatched via AsyncContext.dispatch() ensure that getRequestURI() for the dispatched

[Bug 61180] Change log level of sessionIdGeneratorBase.createRandom to warn rather than info

2017-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61180 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1799085 - in /tomcat/tc8.5.x/trunk/java/org/apache/juli: AsyncFileHandler.java FileHandler.java

2017-06-18 Thread violetagg
Author: violetagg Date: Sun Jun 18 13:39:42 2017 New Revision: 1799085 URL: http://svn.apache.org/viewvc?rev=1799085=rev Log: Format the code. No functional changes. Modified: tomcat/tc8.5.x/trunk/java/org/apache/juli/AsyncFileHandler.java

svn commit: r1799086 - in /tomcat/tc8.0.x/trunk/java/org/apache/juli: AsyncFileHandler.java FileHandler.java

2017-06-18 Thread violetagg
Author: violetagg Date: Sun Jun 18 13:49:27 2017 New Revision: 1799086 URL: http://svn.apache.org/viewvc?rev=1799086=rev Log: Format the code. No functional changes. Modified: tomcat/tc8.0.x/trunk/java/org/apache/juli/AsyncFileHandler.java

buildbot success in on tomcat-8-trunk

2017-06-18 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/1037 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The