[Bug 61903] NullPointerException in MimeHeaders

2017-12-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61903 339128...@qq.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2017-12-14 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-trunk-test-apr has an issue affecting its community integration.

svn commit: r1818187 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2017-12-14 Thread markt
Author: markt Date: Thu Dec 14 18:51:45 2017 New Revision: 1818187 URL: http://svn.apache.org/viewvc?rev=1818187=rev Log: The native source bundles (for Commons Daemon and Tomcat Native) are no longer copied to the bin directory for the deploy target. They are now only copied to the bin

svn commit: r1818186 - in /tomcat/tc8.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2017-12-14 Thread markt
Author: markt Date: Thu Dec 14 18:50:55 2017 New Revision: 1818186 URL: http://svn.apache.org/viewvc?rev=1818186=rev Log: The native source bundles (for Commons Daemon and Tomcat Native) are no longer copied to the bin directory for the deploy target. They are now only copied to the bin

svn commit: r1818185 - in /tomcat/tc8.5.x/trunk: ./ build.xml webapps/docs/changelog.xml

2017-12-14 Thread markt
Author: markt Date: Thu Dec 14 18:50:02 2017 New Revision: 1818185 URL: http://svn.apache.org/viewvc?rev=1818185=rev Log: The native source bundles (for Commons Daemon and Tomcat Native) are no longer copied to the bin directory for the deploy target. They are now only copied to the bin

svn commit: r1818184 - /tomcat/trunk/build.xml

2017-12-14 Thread markt
Author: markt Date: Thu Dec 14 18:45:25 2017 New Revision: 1818184 URL: http://svn.apache.org/viewvc?rev=1818184=rev Log: Follow-up to r1818179 Only download native source bundles when we need them. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

svn commit: r1818179 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2017-12-14 Thread markt
Author: markt Date: Thu Dec 14 18:33:28 2017 New Revision: 1818179 URL: http://svn.apache.org/viewvc?rev=1818179=rev Log: The native source bundles (for Commons Daemon and Tomcat Native) are no longer copied to the bin directory for the deploy target. They are now only copied to the bin

[Bug 61886] 7.0.83 Calling [asyncComplete()] is not valid for a request with Async state [MUST_COMPLETE]

2017-12-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61886 --- Comment #5 from Konstantin Kolinko --- (In reply to Konstantin Kolinko from comment #4) > > Fixing that appears to have fixed this bug too. > > Confirmed. I cannot reproduce the WARNING message now. Good. I added

Re: svn commit: r1817993 - /gump/metadata/project/tomcat-trunk.xml

2017-12-14 Thread Mark Thomas
On 14/12/17 13:18, Konstantin Kolinko wrote: > Hi, Mark! > > To dev@tomcat, cc: general@gump. > > > The result of this change is that Gump building Tomcat downloads > tar.gz for Commons-Daemon from mirrors. Drat. That wasn't the intention at all. > The "mvn package" command used by Gump

svn commit: r1818127 - in /tomcat/trunk: java/org/apache/catalina/manager/ java/org/apache/coyote/http11/ webapps/docs/

2017-12-14 Thread markt
Author: markt Date: Thu Dec 14 13:41:03 2017 New Revision: 1818127 URL: http://svn.apache.org/viewvc?rev=1818127=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61565 Add TLS config reload to Manager app Modified:

Re: svn commit: r1817993 - /gump/metadata/project/tomcat-trunk.xml

2017-12-14 Thread Stefan Bodewig
On 2017-12-14, Konstantin Kolinko wrote: > Configuration of Commons-Daemon at Gump was changed in r1817886 [2] Yes, I did as the Ant build Gump used before has been removed. > The file can be built by "mvn assembly:single" command, [4] > but HOWTO-RELEASE.txt file does not mention it so I

Re: svn commit: r1817993 - /gump/metadata/project/tomcat-trunk.xml

2017-12-14 Thread Konstantin Kolinko
Hi, Mark! To dev@tomcat, cc: general@gump. The result of this change is that Gump building Tomcat downloads tar.gz for Commons-Daemon from mirrors. The logs [1]: [[[ trydownload: [get] Getting:

[GitHub] tomcat issue #96: Remove PUT and DELETE methods from an OPTIONS request if r...

2017-12-14 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/tomcat/pull/96 @markt-asf I'd second the 405 instead of 403. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

[Bug 61903] NullPointerException in MimeHeaders

2017-12-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61903 --- Comment #1 from Konstantin Kolinko --- 1. http://tomcat.apache.org/bugreport.html#Bugzilla_is_not_a_support_forum 2. See "Troubleshooting unexpected Response state problems" in Troubleshooting FAQ,

[Bug 61566] Expose TLS Certificate and Trusted Authority details through the Manager TLS

2017-12-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61566 --- Comment #5 from Mark Thomas --- For the feature to work, all of the following must be true: - HTTP connector - NIO or NIO2 implementation - JSSE style TLS configuration (key stores) used It does not work for the HTTP

[GitHub] tomcat issue #96: Remove PUT and DELETE methods from an OPTIONS request if r...

2017-12-14 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/96 The inconsistency stems from the different status codes used. If TRACE is disabled at the connector, level then a 405 is returned for TRACE requests. If readOnly is set in the DefaultServlet, a 403