[
https://issues.apache.org/jira/browse/NIFI-6454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann resolved NIFI-6454.
------------------------------------
Resolution: Fixed
Migration to Java-based configuration for Spring has obviated the reference to
XSD locations.
> Upgrade Spring beans dependency to take advantage of mapped HTTPS XSD
> resources to embedded files
> -------------------------------------------------------------------------------------------------
>
> Key: NIFI-6454
> URL: https://issues.apache.org/jira/browse/NIFI-6454
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Affects Versions: 1.10.0
> Reporter: Andy LoPresto
> Priority: Major
> Labels: dependency, security, spring
>
> As discovered in NIFI-6439, the change for the Spring XSD dependencies from
> HTTP to HTTPS URLs blocks the application from running when disconnected from
> the internet. This is due to the plain HTTP URLs being mapped in an embedded
> properties file to embedded local XSD files, but the HTTPS URLs not being
> mapped.
> As reported by [~patricker], as of May 2019, Spring had updated their mapping
> file to include the HTTPS URLs.
> Once this upgrade is complete, the reversion of the URL protocols done in PR
> 3590 can be restored.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)