mirror of
https://github.com/isuryatk/pm2-webui.git
synced 2026-04-26 00:35:53 +03:00
[GH-ISSUE #10] Slashes in a process name are not handled properly #4
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pm2-webui#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @danperks on GitHub (Feb 25, 2022).
Original GitHub issue: https://github.com/isuryatk/pm2-webui/issues/10
I have a PM2 process named:
App Name (8080/433)When trying to click on the app, I get a 404 page as the slash in the URL is not properly encoded out.
It therefore tries to go to:
http://WEBUIURL/apps/App%20Name%20(8080/433)where
/433is a subdomain of/App%20Name%20(8080I might be able to fix this myself in a Pull request, but if someone wants to beat me to it, I wouldn't mind!