[tomcat] branch master updated: Remove extra FileInfo

2019-07-18 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 04fb212 Remove extra FileInfo 04fb212 is describe

Re: Graal and Tomcat Native

2019-07-18 Thread Rainer Jung
Hi Jean-Frederic and Rémy, I do not have a real answer, but a workaround. It is possible to get the same result without any printf style functions or atoi, just by doing arithmetics. But: maybe then the crash simply moves to another position. In src/ssl.c you can use: static int ssl_rand_cho

[Bug 63571] The SSL sessionCacheSize config overwrites javax.net.ssl.sessionCacheSize

2019-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63571 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Chr

[Bug 63570] NioEndpoint.populateLocalAddr() populates remote address

2019-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63570 --- Comment #2 from Aditya K --- (In reply to Remy Maucherat from comment #1) > Sorry for the trouble, the fix will be in Tomcat 9.0.23. Thank you. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 63571] The SSL sessionCacheSize config overwrites javax.net.ssl.sessionCacheSize

2019-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63571 --- Comment #2 from Letu Yang --- Hi Christopher, Thank you for the reply! I should have raised this against Tomcat 7... Please feel free to close it. https://github.com/apache/tomcat/blob/7.0.x/java/org/apache/tomcat/util/net/jsse/JSSESocket

[Bug 63571] The SSL sessionCacheSize config overwrites javax.net.ssl.sessionCacheSize

2019-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63571 --- Comment #3 from Letu Yang --- Or shall we fix it in Tomcat 7 as well, making it consistent with 8 and 9? https://github.com/apache/tomcat/blob/7.0.x/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java#L638 -- You are receiving th

[Bug 63568] Allow keeping tcpNoDelay untouched (default)

2019-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63568 --- Comment #1 from Remy Maucherat --- Since it's probably not a good idea to change the default behavior at this point, the "hotfix" proposed does not sound that bad. -- You are receiving this mail because: You are the assignee for the bug.