Skip to content

Commit

Permalink
KREST-8391 add comment per review
Browse files Browse the repository at this point in the history
  • Loading branch information
ehumber committed Nov 20, 2022
1 parent 7b4b32f commit a518e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/io/confluent/rest/Application.java
Expand Up @@ -675,6 +675,7 @@ private void configureDosFilters(ServletContextHandler context) {
if (!config.isDosFilterEnabled()) {
return;
}
// Ensure that the per connection limiter is first - KREST-8391
configureNonGlobalDosFilter(context);
configureGlobalDosFilter(context);
}
Expand Down

0 comments on commit a518e92

Please sign in to comment.