This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 8aa4edec25 NIFI-15246 Fix ListenHTTP doc typos
8aa4edec25 is described below
commit 8aa4edec257523cc93c788b54c5c4fa174a2eadc
Author: Dustin Rodrigues <[email protected]>
AuthorDate: Sun Nov 23 21:21:30 2025 -0500
NIFI-15246 Fix ListenHTTP doc typos
Signed-off-by: Pierre Villard <[email protected]>
This closes #10557.
---
.../src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java
index 93d9af193b..91f68fc0f9 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java
@@ -102,7 +102,7 @@ import java.util.regex.Pattern;
The health check functionality can be configured to be accessible via
a different port.
For details, see the documentation of the \"Listening Port for health
check requests\" property.
A Record Reader and Record Writer property can be enabled on the
processor to process incoming requests as records.
- Record processing is not allowed for multipart requests and request in
FlowFileV3 format (minifi).
+ Record processing is not allowed for multipart requests or requests in
FlowFileV3 format (minifi).
If the incoming request contains a FlowFileV3 package format, the data
will be unpacked automatically into individual
FlowFile(s) contained within the package; the original FlowFile names
are restored.
""")
@@ -121,7 +121,7 @@ import java.util.regex.Pattern;
"""
)
@MultiProcessorUseCase(
- description = "Limit the date flow rate that is accepted",
+ description = "Limit the data flow rate that is accepted",
keywords = {"rate", "limit"},
notes = """
When ListenHTTP cannot output FlowFiles due to back pressure, it
will send HTTP 503 Service Unavailable