[
https://issues.apache.org/jira/browse/NIFI-9735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499758#comment-17499758
]
ASF subversion and git services commented on NIFI-9735:
-------------------------------------------------------
Commit d17fcf6427e0b00b6e48c0c80a4ca111925fa41b in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d17fcf6 ]
NIFI-9735 Corrected Jetty Duplicate Mapping Warning
- Removed duplicate default servlet mapping from addDocsServlets()
Signed-off-by: Nathan Gough <[email protected]>
This closes #5817.
> Jetty Duplicate Mapping Warning on Startup
> ------------------------------------------
>
> Key: NIFI-9735
> URL: https://issues.apache.org/jira/browse/NIFI-9735
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Jetty logs the following warning message on NiFi startup, referencing
> duplicate mappings for the root path:
> {noformat}
> WARN [main] o.e.j.webapp.StandardDescriptorProcessor Duplicate mapping from /
> to default
> {noformat}
> The Jetty Server and default web.xml configurations should be improved to
> avoid this warning.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)