Skip to content

[6.x] Fix asset windows path issue#13945

Merged
jasonvarga merged 1 commit into6.xfrom
fix-glide-windows-path-issue
Feb 16, 2026
Merged

[6.x] Fix asset windows path issue#13945
jasonvarga merged 1 commit into6.xfrom
fix-glide-windows-path-issue

Conversation

@jackmcdade
Copy link
Member

@jackmcdade jackmcdade commented Feb 15, 2026

Closes #6064


Note

Low Risk
Small, targeted change to path normalization plus a regression test; minimal behavioral impact outside Windows-style ID inputs.

Overview
Fixes asset lookup by ID when the asset path contains Windows-style \\ separators.

AssetRepository::findById now normalizes the extracted path by converting backslashes to / before resolving the asset, and a new test asserts find('container::foo\\bar.jpg') correctly returns the saved asset.

Written by Cursor Bugbot for commit fbc5da1. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@jasonvarga jasonvarga changed the title [6.x] Fix Glide+Windows path issue [6.x] Fix asset windows path issue Feb 16, 2026
@jasonvarga jasonvarga merged commit 1d8a560 into 6.x Feb 16, 2026
16 checks passed
@jasonvarga jasonvarga deleted the fix-glide-windows-path-issue branch February 16, 2026 16:36
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.

Glide: Directory separator on Windows

2 participants