[
https://issues.apache.org/jira/browse/NIFI-13594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869741#comment-17869741
]
ASF subversion and git services commented on NIFI-13594:
--------------------------------------------------------
Commit 33da3463b681a00a1b72e2c3ee04e79696b2610a in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=33da3463b6 ]
NIFI-13594 Added web-servlet-shared abstracted from web-utils (#9123)
- Moved RequestUriBuilder from web-utils to web-servlet-shared
- Refactored proxy header parsing from WebUtils to StandardRequestUriProvider
- Renamed WebUtils to WebClientUtils
This closes #9123
> Decouple Proxy Request Header handling from nifi-web-utils
> -----------------------------------------------------------
>
> Key: NIFI-13594
> URL: https://issues.apache.org/jira/browse/NIFI-13594
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The nifi-web-utils module includes several classes for constructing a Jersey
> HTTP Client class and processing HTTP Servlet Requests. The combination of
> features has led to a number of dependencies linked to nifi-web-utils,
> including Jersey, Jackson, and Apache HTTP Client. The RequestUriBuilder
> class is targeted to processing HTTP requests and checking Proxy Request
> headers against configured values. The functionality is unrelated to HTTP
> Client requests and should be moved to a separate library for better
> dependency management.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)