Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed missing localURLProvider #184

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

phil1995
Copy link
Collaborator

@phil1995 phil1995 commented Mar 3, 2022

Since the bug with the strong reference to the FileProviderExtension was fixed in f77da62, the FileProviderExtension now actually deinitializes itself. Since we had only a weak reference in the FileProviderAdapter on the FileProviderExtension object, we received thereby after some time no more local URLs. This caused all actions that call importDocument to fail.

Therefore, this should fix #181 , #179 and maybe even #173.

Since the bug with the strong reference to the FileProviderExtension was fixed, the FileProviderExtension now actually deinitializes itself. Since we had only a weak reference in the FileProviderAdapter on the FileProviderExtension object, we received thereby after some time no more local URLs. This caused all actions that call an importDocument to fail.
@tobihagemann tobihagemann added this to the 2.1.3 milestone Mar 3, 2022
@tobihagemann tobihagemann linked an issue Mar 3, 2022 that may be closed by this pull request
2 tasks
@tobihagemann tobihagemann linked an issue Mar 3, 2022 that may be closed by this pull request
2 tasks
@tobihagemann tobihagemann force-pushed the hotfix/fix-missing-localurlprovider branch from f4dbbc2 to 7d1037a Compare March 3, 2022 15:37
@tobihagemann tobihagemann changed the base branch from develop to main March 3, 2022 15:37
@tobihagemann tobihagemann merged commit 7f9a092 into main Mar 3, 2022
@tobihagemann tobihagemann deleted the hotfix/fix-missing-localurlprovider branch March 3, 2022 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants