fix(router): re-encode decoded rest segment for 3-segment proxy paths #67
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_router!67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_proxy_path_reencode_on_decoded_rest"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
OnlyOffice emits cache URLs with
_percent-encoded as%5f, which broke the previous strip-the-literal-prefix approach and routed requests to/admin/. Now uses the decodedrestfrom axum and re-encodes per path segment.Changes
restTest Results
Live curl on herodev:
/cell/edit/Hello.xlsxand Arabic-named editor URL both 200 · playwright office_editor_real 3/3 ran (1 helper-skipped, none failed).Pull request closed