1
0
mirror of https://github.com/apache/nifi.git synced 2025-03-02 07:29:13 +00:00

NIFI-7304 resolving a contrib check issue with line length

This commit is contained in:
Joe Witt 2020-07-14 13:30:53 -07:00
parent f8a730568f
commit 77078a85d9
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A

@ -676,7 +676,9 @@ public class JettyServer implements NiFiServer, ExtensionUiLoader {
}
/**
* Adds configurable filters relating to preventing denial of service attacks to the given context. Currently, this implementation adds {@link org.eclipse.jetty.servlets.DoSFilter} and {@link ContentLengthFilter} filters.
* Adds configurable filters relating to preventing denial of service attacks to the given context.
* Currently, this implementation adds
* {@link org.eclipse.jetty.servlets.DoSFilter} and {@link ContentLengthFilter} filters.
*
* @param path path spec for filters ({@code /*} by convention in this class)
* @param webAppContext context to which filters will be added