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

Ensure that tmp files are deleted with enabled buffering in WFS and when a request is closed #1280

Merged

Conversation

lgoltz
Copy link
Contributor

@lgoltz lgoltz commented Feb 24, 2022

When response buffering is enabled in WFS and a client has requested data by sending a WFS GetFeature request and then the request is closed on the client side, the temporarily created file storeXXX.tmp in the systems tmp directory are not removed.
This pull requests ensures that these files are deleted in case of sitituations when the request is aborted.

@tfr42 tfr42 added bug error issue and bug (fix) WFS deegree Web Feature Service labels Feb 24, 2022
@tfr42 tfr42 changed the title Ensure tmp files are delete when request is closed Ensure that tmp files are deleted with enabled buffering in WFS and when a request is closed Feb 24, 2022
@copierrj copierrj merged commit 3b04d11 into deegree:master Mar 2, 2022
@tfr42 tfr42 added this to the 3.4.26 milestone Mar 4, 2022
@lgoltz lgoltz deleted the deleteFileInCaseOfIOException-8061-137 branch December 8, 2022 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) WFS deegree Web Feature Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants