[GitHub] tomcat issue #84: Add tomcat in the cloud abstract implementation

2017-11-08 Thread jfclere
Github user jfclere commented on the issue: https://github.com/apache/tomcat/pull/84 See also in https://github.com/jgroups-extras/jgroups-kubernetes/blob/master/src/main/java/org/jgroups/protocols/kubernetes/stream/StreamProvider.java it seems we are reusing their internal

[Bug 61668] Possible NullPointerException in org.apache.coyote.http11.AbstractHttp11Protocol

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61668 Esin Yakub changed: What|Removed |Added Status|RESOLVED|VERIFIED ---

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

2017-11-08 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-validate has an issue affecting its community integration.

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2017-11-08 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-tc8.0.x-validate has an issue affecting its community

[GUMP@vmgump-vm3]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2017-11-08 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-tc7.0.x-validate has an issue affecting its community

[Bug 61465] jvm crashed in org.apache.tomcat.util.net.AprEndpoint$Sendfile.run()

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61465 --- Comment #5 from merlin <910225...@qq.com> --- (In reply to merlin from comment #4) > year,it does not happen again after we updated to latest version 8.5.20 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61465] jvm crashed in org.apache.tomcat.util.net.AprEndpoint$Sendfile.run()

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61465 --- Comment #4 from merlin <910225...@qq.com> --- year,it does not happen again after we updated to latest version -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61740] New: Intermittent NIO HTTP/2 errors

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61740 Bug ID: 61740 Summary: Intermittent NIO HTTP/2 errors Product: Tomcat 9 Version: 9.0.1 Hardware: PC Status: NEW Severity: normal Priority: P2

[GitHub] tomcat issue #76: added SessionInitializerFilter

2017-11-08 Thread isapir
Github user isapir commented on the issue: https://github.com/apache/tomcat/pull/76 @markt-asf Can you please pull this patch in? It'd be great to have it available in Tomcat 9. Thanks. --- - To unsubscribe,

[Bug 56026] RemoteEndpoint.Async#sendText(String, SendHandler) not thread safe

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56026 Ryan changed: What|Removed |Added CC|

[Bug 61736] NIO BlockPoller may stay at events() method for too long time

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61736 --- Comment #2 from Mark Thomas --- Thanks for the detailed report. To have such a complicated issue explained so clearly - and with a patch! - is extremely helpful. I can see how the problem happens and I can also see how

[Bug 61736] NIO BlockPoller may stay at events() method for too long time

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61736 --- Comment #1 from Mark Thomas --- See https://github.com/apache/tomcat/pull/81 for a proposed patch. -- You are receiving this mail because: You are the assignee for the bug.

[GitHub] tomcat issue #84: Add tomcat in the cloud abstract implementation

2017-11-08 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/84 This needs a wider discussion on the dev list first. However I do have some initial high level comments: - The choice of package is unexpected - Headers need to be standard ASF

[Bug 61717] Wepapp deployment errors are not logged to context log

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61717 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME

[Bug 61696] Initialize Nashorn ScriptEngine with SecurityManager cause a "Security Violation, attempt to use Restricted Class: jdk.internal.dynalink.support.messages".

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61696 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 61736] NIO BlockPoller may stay at events() method for too long time

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61736 ZILONG SONG changed: What|Removed |Added Severity|enhancement |major -- You are

[Bug 61736] New: NIO BlockPoller may stay at events() method for too long time

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61736 Bug ID: 61736 Summary: NIO BlockPoller may stay at events() method for too long time Product: Tomcat 8 Version: 8.0.47 Hardware: PC OS: Mac OS X 10.1

[GitHub] tomcat issue #83: Bug 61668 - Possible NullPointerException in AbstractHttp1...

2017-11-08 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/83 Thanks for the proposed patch. I opted for a more general solution in StringUtils since fixing that problem there should - in theory - prevent it appearing anywhere else StringUtils is used. ---

[GitHub] tomcat pull request #83: Bug 61668 - Possible NullPointerException in Abstra...

2017-11-08 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/83 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[Bug 61668] Possible NullPointerException in org.apache.coyote.http11.AbstractHttp11Protocol

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

svn commit: r1814568 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/buf/StringUtils.java test/org/apache/coyote/http11/TestAbstractHttp11Protocol.java test/org/apache/tomcat/util/buf/TestS

2017-11-08 Thread markt
Author: markt Date: Wed Nov 8 11:08:58 2017 New Revision: 1814568 URL: http://svn.apache.org/viewvc?rev=1814568=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61668 Refactor StringUtils to better handle null inputs. Add test cases for bug and all StringUtils methods. Added:

svn commit: r1814567 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/StringUtils.java test/org/apache/coyote/http11/TestAbstractHttp11Protocol.java test/org/apache/tomcat/util/buf/TestStringUtils.

2017-11-08 Thread markt
Author: markt Date: Wed Nov 8 11:06:39 2017 New Revision: 1814567 URL: http://svn.apache.org/viewvc?rev=1814567=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61668 Refactor StringUtils to better handle null inputs. Add test cases for bug and all StringUtils methods. Added:

svn commit: r1814563 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2017-11-08 Thread markt
Author: markt Date: Wed Nov 8 10:08:50 2017 New Revision: 1814563 URL: http://svn.apache.org/viewvc?rev=1814563=rev Log: Add some Javadoc to silence an Eclipse nag Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified:

[Bug 61524] NullPointerException in Http11OutputBuffer

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61524 --- Comment #5 from Mark Thomas --- We still need a (simple) test case for this. My analysis from comment #1 still applies. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61465] jvm crashed in org.apache.tomcat.util.net.AprEndpoint$Sendfile.run()

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61465 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME

[Bug 61723] The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit

2017-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61723 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED