Skip to content

fixed: fix the issue where loading fails and returns a 500 error when the file name contains Chinese characters.#66

Open
wmdzkey wants to merge 1 commit into
openinary:mainfrom
wmdzkey:fix
Open

fixed: fix the issue where loading fails and returns a 500 error when the file name contains Chinese characters.#66
wmdzkey wants to merge 1 commit into
openinary:mainfrom
wmdzkey:fix

Conversation

@wmdzkey
Copy link
Copy Markdown

@wmdzkey wmdzkey commented Apr 23, 2026

Hello. During the use of the project, it was found that files with Chinese characters in their names would fail to load after a 10-second timeout and return a 500 error. After investigation, the issue was traced to abnormal ETag information in the request header.
To resolve this problem, we have added URL encoding processing for file paths in the project to ensure that only ASCII characters are included for correct ETag calculation. This optimization has been fully verified to be effective, and we hereby request to merge the relevant code into the project.

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