[Bug 56448] Implement a robust solution for client initiated SSL renegotiation with NIO

2022-06-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56448 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 56448] Implement a robust solution for client initiated SSL renegotiation with NIO

2018-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56448 --- Comment #4 from Rainer Jung --- I should have mentioned, hang happens on Solaris Sparc and JVM is version 1.7.0_80. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56448] Implement a robust solution for client initiated SSL renegotiation with NIO

2018-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56448 --- Comment #3 from Rainer Jung --- Observed a hanging test for NIO2 during 8.0.52 unit test runs on Solaris 10. Hangs seem to happen sporadically, observed for .32, .43, .47-.52. Thread dump for 8.0.52 : [junit] "main" prio=3 tid=0x0002a

[Bug 56448] Implement a robust solution for client initiated SSL renegotiation with NIO

2014-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56448 --- Comment #2 from Mark Thomas --- NIO2 is failing intermittently on OSX. Seems fine on Linux and Windows so far. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56448] Implement a robust solution for client initiated SSL renegotiation with NIO

2014-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56448 --- Comment #1 from Remy Maucherat --- I looked at it, but I am still quite lost about why it works or fails. I don't see how it could work with async IO (like Servlet 3.1). Even blocking IO could (possibly) be doing concurrent read / writ

[Bug 56448] Implement a robust solution for client initiated SSL renegotiation with NIO

2014-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56448 Petr Sumbera changed: What|Removed |Added CC||petr.sumb...@oracle.com -- You are