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:
parent
f8a730568f
commit
77078a85d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user