[
https://issues.apache.org/jira/browse/NIFI-12513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17800644#comment-17800644
]
ASF subversion and git services commented on NIFI-12513:
--------------------------------------------------------
Commit 3b8ff2299f80aa27dbfe7d69bf88a1defd0a4ecd in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3b8ff2299f ]
NIFI-12513 Added UriUtils to nifi-utils and updated InvokeHTTP
The UriUtils class allows the construction of a valid java.net.URI with a
single string even though there maybe illegal characters in the path, query
and/or fragment sections(s) of the URI. The create method uses regular
expressions from Spring Framework UriComponentsBuilder and provides
capabilities closer to the deprecated constructor for java.net.URL.
This closes #8189
Signed-off-by: David Handermann <[email protected]>
> Regression in InvokeHTTP - Not a valid URL
> ------------------------------------------
>
> Key: NIFI-12513
> URL: https://issues.apache.org/jira/browse/NIFI-12513
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 2.0.0-M1, 1.24.0
> Reporter: Pierre Villard
> Assignee: Daniel Stieglitz
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> On NiFi 1.24 and NiFi 2.0-M1, the below URL
> {code:java}
> https://en.wikipedia.org/w/api.php?action=query&list=recentchanges&format=json&rcprop=user|comment|parsedcomment|timestamp|title|sizes|tags{code}
> Is no longer considered as valid but it was a valid one before.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)