[ 
https://issues.apache.org/jira/browse/NIFI-15261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18041912#comment-18041912
 ] 

ASF subversion and git services commented on NIFI-15261:
--------------------------------------------------------

Commit 0026fa0649fe0d1b7ccc37fe16506f69ee280251 in nifi's branch 
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0026fa0649 ]

NIFI-15261 Reverted URLValidator changes for Neo4JCypherClientService

- URLValidator breaks integration tests for Neo4JCypherClientService

Signed-off-by: David Handermann <[email protected]>


> Add URL/URI validation for properties representing a URL/URI
> ------------------------------------------------------------
>
>                 Key: NIFI-15261
>                 URL: https://issues.apache.org/jira/browse/NIFI-15261
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Daniel Stieglitz
>            Assignee: Daniel Stieglitz
>            Priority: Minor
>             Fix For: 2.7.0
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently throughout the Apache NIFI code base there are property descriptors 
> which represent URL/URI but do not use URL/URI validation. Depending on the 
> property, they could use one of the following:
>  * org.apache.nifi.processor.util.URLValidator
>  * org.apache.nifi.processor.util.StandardValidators.URI_VALIDATOR
>  * org.apache.nifi.processor.util.StandardValidators.URI_LIST_VALIDATOR. 
> Some examples are detailed in the table below
> ||Class||Property||
> |RestLookupService|URL|
> |BitbucketFlowRegistryClient|BITBUCKET_API_URL|
> |AzureKeyVaultSecretsParameterProvider|KEY_VAULT_URI|
> |DeleteSQS|QUEUE_URL|
> |GetSQS|QUEUE_URL|
> |PutSQS|QUEUE_URL|
> |AbstractAzureLogAnalyticsReportingTask|LOG_ANALYTICS_URL_ENDPOINT_FORMAT|
> |AzureLogAnalyticsProvenanceReportingTask|INSTANCE_URL|
> |Neo4JCypherClientService|CONNECTION_URL|
> |StandardSnowflakeIngestManagerProviderService|HOST_URL|
> |AbstractMQTTProcessor|PROP_BROKER_URI|
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to