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

ExtractArchiveJob: Handles unresolvable paths #1994

Merged
merged 2 commits into from
May 15, 2024
Merged

Conversation

idlira
Copy link
Contributor

@idlira idlira commented May 15, 2024

Description

Previously an IllegalArgumentException aborted the unarchive process if a path cannot be converted to a sanitized target path.

Now we log it and keep going.

Checklist

  • Code change has been tested and works locally
  • Code was formatted via IntelliJ and follows SonarLint & best practices

idlira added 2 commits May 15, 2024 10:10
Previously an IllegalArgumentException aborted the unarchive process if a path cannot be converted to a sanitized target path

Now we log it and keep going.
@idlira idlira added the 🐛 Bugfix Contains only a small fix for an existing bug label May 15, 2024
@jakobvogel jakobvogel mentioned this pull request May 15, 2024
2 tasks
@idlira idlira merged commit 171407e into develop May 15, 2024
4 checks passed
@idlira idlira deleted the ili/extract-fix branch May 15, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bugfix Contains only a small fix for an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants