[
https://issues.apache.org/jira/browse/NIFI-15542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18056630#comment-18056630
]
ASF subversion and git services commented on NIFI-15542:
--------------------------------------------------------
Commit 17b917796f5a74387e6609bfa5bdd92f1b986b43 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=17b917796f ]
NIFI-15542 Replaced deprecated org.eclipse.jetty.http.BadMessageException with
org.eclipse.jetty.http.HttpException.RuntimeException
This closes #10845.
Signed-off-by: Pierre Villard <[email protected]>
> Replace deprecated org.eclipse.jetty.http.BadMessageException with
> org.eclipse.jetty.http.HttpException.RuntimeException
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-15542
> URL: https://issues.apache.org/jira/browse/NIFI-15542
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Jetty 12.1.6 deprecated org.eclipse.jetty.http.BadMessageException as seen in
> the message below
> {code:java}
> 2026-02-02T14:28:45.2276577Z [WARNING]
> /home/runner/work/nifi/nifi/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/connector/HostPortValidatorCustomizer.java:[71,26]
> [removal] BadMessageException in org.eclipse.jetty.http has been deprecated
> and marked for removal{code}
> The objective of this ticket is to replace
> org.eclipse.jetty.http.BadMessageException with the suggested replacement
> org.eclipse.jetty.http.HttpException.RuntimeException as seen in the
> [javadocs|https://javadoc.io/doc/org.eclipse.jetty/jetty-http/latest/org.eclipse.jetty.http/org/eclipse/jetty/http/BadMessageException.html]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)