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

[Backport release-3_28] Fix creation of GeoPDF with exported themes containing slashes #51677

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

qgis-bot
Copy link
Collaborator

@qgis-bot qgis-bot commented Feb 1, 2023

Backport #51633
Authored by: @nyalldawson

@github-actions github-actions bot added this to the 3.28.4 milestone Feb 1, 2023
return mTemporaryDir.filePath( filename );
QString cleanedFileName = filename;
cleanedFileName.replace( '\\', '_' );
cleanedFileName.replace( '/', '_' );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldnt ':' need to be sanitized too (on Windows) ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, I'll add

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I'll merge this one and then backport the follow up)

@nyalldawson nyalldawson merged commit 83e7b2c into release-3_28 Feb 1, 2023
@nyalldawson nyalldawson deleted the backport-51633-to-release-3_28 branch February 1, 2023 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants