[Bug 62920] New: Maven Plugin For Tomcat 9.0.x

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62920 Bug ID: 62920 Summary: Maven Plugin For Tomcat 9.0.x Product: Tomcat 9 Version: 9.0.x Hardware: All OS: All Status: NEW Severity: blocker

[Bug 62919] New: Maven Plugin For Tomcat 8.5.x

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62919 Bug ID: 62919 Summary: Maven Plugin For Tomcat 8.5.x Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All OS: All Status: NEW Severity: blocker

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2018-11-16 Thread Bill Barker
-Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20181116/bin/openssl -Dtest.temp=output/test-tmp-NIO2 -Dtest.accesslog=true -Dexecute.test.nio=false -Dbnd.jar=/srv/gump/packages/bnd/bnd-4.0.0/biz.aQute.bnd-4.0.0.jar -Dexecute.test.apr=false -Dtest.excludePerformance=true -Dtest.relaxTiming

buildbot success in on tomcat-trunk

2018-11-16 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/3752 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1846757 - /tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java

2018-11-16 Thread markt
Author: markt Date: Fri Nov 16 19:58:16 2018 New Revision: 1846757 URL: http://svn.apache.org/viewvc?rev=1846757=rev Log: Correct version info returned by the ServletContext implementation used by JspC Modified: tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java Modified:

svn commit: r1846754 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2018-11-16 Thread remm
Author: remm Date: Fri Nov 16 19:47:06 2018 New Revision: 1846754 URL: http://svn.apache.org/viewvc?rev=1846754=rev Log: Avoid SSLHostConfig JMX registrations before server init Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1846753 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2018-11-16 Thread remm
Author: remm Date: Fri Nov 16 19:46:03 2018 New Revision: 1846753 URL: http://svn.apache.org/viewvc?rev=1846753=rev Log: Avoid SSLHostConfig JMX registrations before server init Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

[Bug 62918] Tomcat Manager Server Status Errors After updating from 8.5.34 to 8.5.35. javax.management.AttributeNotFoundException: Cannot find attribute maxThreads for org.apache.tomcat.util.net.Sock

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62918 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1846751 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/manager/StatusManagerServlet.java webapps/docs/changelog.xml

2018-11-16 Thread remm
Author: remm Date: Fri Nov 16 19:30:52 2018 New Revision: 1846751 URL: http://svn.apache.org/viewvc?rev=1846751=rev Log: 62918: Filter out subtype mbeans to avoid breaking the connector status page Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1846750 - in /tomcat/trunk: java/org/apache/catalina/manager/StatusManagerServlet.java webapps/docs/changelog.xml

2018-11-16 Thread remm
Author: remm Date: Fri Nov 16 19:28:17 2018 New Revision: 1846750 URL: http://svn.apache.org/viewvc?rev=1846750=rev Log: 62918: Filter out subtype mbeans to avoid breaking the connector status page Modified: tomcat/trunk/java/org/apache/catalina/manager/StatusManagerServlet.java

buildbot failure in on tomcat-trunk

2018-11-16 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3751 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1846745 - /tomcat/trunk/TOMCAT-NEXT.txt

2018-11-16 Thread markt
Author: markt Date: Fri Nov 16 18:42:26 2018 New Revision: 1846745 URL: http://svn.apache.org/viewvc?rev=1846745=rev Log: Another TODO for 10.x Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL:

[Bug 53620] [juli] delay opening a file until something gets logged

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53620 --- Comment #2 from Mark Thomas --- Created attachment 36265 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36265=edit Delayed file opening changes -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53620] [juli] delay opening a file until something gets logged

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53620 --- Comment #1 from Mark Thomas --- Apologies for the delay in getting to this. Making open() public is likely to break any custom sub-classes. It seems likely that such classes might exist so I intend to skip that part of the patch. I've

svn commit: r1846735 - in /tomcat/trunk: java/org/apache/juli/AsyncFileHandler.java java/org/apache/juli/FileHandler.java test/org/apache/juli/TestFileHandler.java

2018-11-16 Thread markt
Author: markt Date: Fri Nov 16 18:09:52 2018 New Revision: 1846735 URL: http://svn.apache.org/viewvc?rev=1846735=rev Log: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=53620 Add a constructor for all configurable properties Modified:

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 --- Comment #10 from Christopher Schultz --- Note that this is being discussed on the dev list a bit. See r1846691. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62910] tomcat-jdbc global pool transaction problem

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62910 --- Comment #4 from Christopher Schultz --- ... and how do you obtain connections and then use them? The DataSourceFactory.getConnection method does not need to be synchronized. Read further and you'll find that it is indeed threadsafe. When

[Bug 62918] Tomcat Manager Server Status Errors After updating from 8.5.34 to 8.5.35. javax.management.AttributeNotFoundException: Cannot find attribute maxThreads for org.apache.tomcat.util.net.Sock

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62918 --- Comment #1 from Remy Maucherat --- Ok, so there's now a subtype subType=SocketProperties to ThreadPool (not sure why), and it needs to be removed from the list. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62918] Tomcat Manager Server Status Errors After updating from 8.5.34 to 8.5.35. javax.management.AttributeNotFoundException: Cannot find attribute maxThreads for org.apache.tomcat.util.net.Sock

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62918 Habib Zurrububabel changed: What|Removed |Added CC||habib.zurrububa...@gmail.co

[Bug 62918] New: Tomcat Manager Server Status Errors After updating from 8.5.34 to 8.5.35. javax.management.AttributeNotFoundException: Cannot find attribute maxThreads for org.apache.tomcat.util.net

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62918 Bug ID: 62918 Summary: Tomcat Manager Server Status Errors After updating from 8.5.34 to 8.5.35. javax.management.AttributeNotFoundException: Cannot find

svn commit: r1846717 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/storeconfig/server-registry.xml java/org/apache/coyote/http11/AbstractHttp11Protocol.java java/org/apache/tomcat/util/net/S

2018-11-16 Thread remm
Author: remm Date: Fri Nov 16 14:46:06 2018 New Revision: 1846717 URL: http://svn.apache.org/viewvc?rev=1846717=rev Log: Add more special SSL attributes for storeconfig. Modified: tomcat/tc8.5.x/trunk/ (props changed)

[Bug 62803] Tomcat Host Manager incorrectly saves connector with SSL configuration

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62803 Remy Maucherat changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1846716 - in /tomcat/trunk: java/org/apache/catalina/storeconfig/server-registry.xml java/org/apache/coyote/http11/AbstractHttp11Protocol.java java/org/apache/tomcat/util/net/SSLHostConfi

2018-11-16 Thread remm
Author: remm Date: Fri Nov 16 14:36:16 2018 New Revision: 1846716 URL: http://svn.apache.org/viewvc?rev=1846716=rev Log: Add more special SSL attributes for storeconfig. Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

svn commit: r1846713 [1/2] - in /tomcat/trunk: java/javax/el/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/authenticator/jaspic/ java/org/apache/catalina/connector/ java/org/apache

2018-11-16 Thread markt
Author: markt Date: Fri Nov 16 12:58:25 2018 New Revision: 1846713 URL: http://svn.apache.org/viewvc?rev=1846713=rev Log: Import Korean translations from POEditor Added: tomcat/trunk/java/javax/el/LocalStrings_ko.properties (with props)

svn commit: r1846713 [2/2] - in /tomcat/trunk: java/javax/el/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/authenticator/jaspic/ java/org/apache/catalina/connector/ java/org/apache

2018-11-16 Thread markt
Added: tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_ko.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/LocalStrings_ko.properties?rev=1846713=auto == ---

svn commit: r1846712 [2/2] - in /tomcat/trunk: java/javax/el/ java/javax/servlet/ java/javax/servlet/http/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/authenticator/jaspic/ java/o

2018-11-16 Thread markt
Added: tomcat/trunk/java/org/apache/catalina/users/LocalStrings_zh_CN.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/users/LocalStrings_zh_CN.properties?rev=1846712=auto == ---

svn commit: r1846712 [1/2] - in /tomcat/trunk: java/javax/el/ java/javax/servlet/ java/javax/servlet/http/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/authenticator/jaspic/ java/o

2018-11-16 Thread markt
Author: markt Date: Fri Nov 16 12:52:39 2018 New Revision: 1846712 URL: http://svn.apache.org/viewvc?rev=1846712=rev Log: Import Simplified Chinese translations from POEditor Added: tomcat/trunk/java/javax/el/LocalStrings_zh_CN.properties (with props)

svn commit: r1846711 - in /tomcat/trunk/java/org/apache: catalina/ha/session/LocalStrings_fr.properties catalina/valves/LocalStrings_fr.properties coyote/http11/upgrade/LocalStrings_fr.properties jasp

2018-11-16 Thread markt
Author: markt Date: Fri Nov 16 12:46:19 2018 New Revision: 1846711 URL: http://svn.apache.org/viewvc?rev=1846711=rev Log: Import updated French translations from POEditor Modified: tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings_fr.properties

[Bug 62803] Tomcat Host Manager incorrectly saves connector with SSL configuration

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62803 --- Comment #3 from Marek Czernek --- Note that the following connector now works: It gets correctly saved as: -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62803] Tomcat Host Manager incorrectly saves connector with SSL configuration

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62803 Marek Czernek changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 --- Comment #9 from Franos --- Hello, > Okay, so we have some clients that vitally depend upon the space being added > and other clients that vitally depend upon the space *not* being added. Why > should your clients win over the others? I