Welcome to the latest OpenJDK Quality Outreach update!
Last week was busy as we released both Java 20 and JavaFX 20. To
celebrate the launch, we hosted a live event focused on Java 20, i.e.
Level Up Java Day. All the sessions recordings will be made available
shortly on the YouTube Java channe
rmaucher commented on PR #606:
URL: https://github.com/apache/tomcat/pull/606#issuecomment-1487004868
Adding workarounds for this should be good (I suppose you have the means to
test it on hand ;) ). I like the original goal of websockets to be built on the
Servlet API, but there are some k
https://bz.apache.org/bugzilla/show_bug.cgi?id=66545
Bug ID: 66545
Summary: StandardRoot.createMainResourceSet() doesn't report
permission issues
Product: Tomcat 9
Version: 9.0.73
Hardware: PC
Status: NEW
This is an automated email from the ASF dual-hosted git repository.
isapir pushed a change to branch ratelimit-filter
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at fa0c65bed1 Added RateLimitFilter
This branch includes the following new commits:
new fa0c65bed1 Added
This is an automated email from the ASF dual-hosted git repository.
isapir pushed a commit to branch ratelimit-filter
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit fa0c65bed1572bb45cc20f7a262df1b8b24dffdc
Author: Igal Sapir
AuthorDate: Tue Mar 28 21:40:20 2023 -0700
Ad
isapir opened a new pull request, #607:
URL: https://github.com/apache/tomcat/pull/607
This patch adds a RateLimitFilter based on the discussion in the Dev mailing
list at [1] with more features to be added later
[1] https://lists.apache.org/thread/0gt1kyjs86g9oqxofdgm0zbrb14lzgj6
-
markt-asf commented on PR #606:
URL: https://github.com/apache/tomcat/pull/606#issuecomment-1487952742
I have a test in that I can manually trigger the issue with a debugger at
the moment and can step through the code with the fix to confirm it works. My
desire is to create a unit test the