[PR] Update recommended Tomcat native version to 1.3.0 [tomcat]

2024-05-29 Thread via GitHub
dsoumis opened a new pull request, #728: URL: https://github.com/apache/tomcat/pull/728 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

(tomcat) branch main updated: Fix regression in SPNEGO authenticator when processing Base64

2024-05-29 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new b58963db13 Fix regression in SPNEGO authenticator when

(tomcat) branch 10.1.x updated: Fix regression in SPNEGO authenticator when processing Base64

2024-05-29 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new b8ece8725f Fix regression in SPNEGO authenticator

(tomcat) branch 9.0.x updated: Fix regression in SPNEGO authenticator when processing Base64

2024-05-29 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new a569ee3323 Fix regression in SPNEGO authenticator wh

[Bug 68227] AsyncListener::onComplete is not called on network error if error listener calls dispatch

2024-05-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68227 jedenh...@righthub.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from jedenh

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-05-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 --- Comment #5 from Dan Armstrong --- The initial sizing to LinkedHashSet is not factoring-in the load factor (0.75 by default), thus resulting in some unnecessary re-hashing. https://github.com/apache/tomcat/blob/b58963db1384ac286774a0d894a4

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-05-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 --- Comment #6 from Dan Armstrong --- I don't know if I can edit previous comment. Probably just "0.75" instead of "0.75f" to avoid float to double conversion before call to Math.ceil -- You are receiving this mail because: You are the assig