You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2021/07/14 18:32:16 UTC

[nifi] branch main updated (7356332 -> c668d3d)

This is an automated email from the ASF dual-hosted git repository.

thenatog pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 7356332  Merge branch 'NIFI-8767-RC2'
     add c668d3d  NIFI-8782 Added Rate-Limiting for Access Token Requests

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/nifi/util/NiFiProperties.java  |  12 ++-
 .../src/main/asciidoc/administration-guide.adoc    |   1 +
 .../nifi-framework/nifi-resources/pom.xml          |   1 +
 .../src/main/resources/conf/nifi.properties        |   1 +
 .../org/apache/nifi/web/server/JettyServer.java    | 120 +++++++++++----------
 .../nifi/web/server/JettyServerGroovyTest.groovy   |  20 +---
 6 files changed, 79 insertions(+), 76 deletions(-)