Skip to content

fix: serve static file with parens#2013

Merged
marvinhagemeister merged 1 commit into
mainfrom
fix_static_file_characters
Nov 6, 2023
Merged

fix: serve static file with parens#2013
marvinhagemeister merged 1 commit into
mainfrom
fix_static_file_characters

Conversation

@marvinhagemeister

Copy link
Copy Markdown
Contributor

This fixes an issue where we wouldn't serve a static file like foo (bar).txt because we'd treat this as a pattern and would escape the parens. Since we switched to string matches for static files, this escaping isn't necessary anymore and only causes problems. So we can just drop it.

@marvinhagemeister marvinhagemeister merged commit 4759b21 into main Nov 6, 2023
@marvinhagemeister marvinhagemeister deleted the fix_static_file_characters branch November 6, 2023 08:22
marvinhagemeister added a commit that referenced this pull request Nov 7, 2023
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.

1 participant