[
https://issues.apache.org/jira/browse/NIFI-15542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-15542:
------------------------------------
Description:
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]
was:
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 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]
> 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
>
> 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)