-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
library issueThe libraries we use are old and have known defects. This is one of them manifesting itself.The libraries we use are old and have known defects. This is one of them manifesting itself.standingWe know it's broken. We've looked into it, but we couldn't fix it or we didn't have the time.We know it's broken. We've looked into it, but we couldn't fix it or we didn't have the time.
Description
We don't seem to be handling URL-escaping correctly. I got different results trying to access the subscribe URL without a password.
wget http://192.168.1.101/v0/subscribe
→ 401 Unauthorized
wget http://192.168.1.101/v%30/subscribe
→ 404 Not Found
The two commands should have returned the same thing.
(reported by @oskirby)
Metadata
Metadata
Assignees
Labels
library issueThe libraries we use are old and have known defects. This is one of them manifesting itself.The libraries we use are old and have known defects. This is one of them manifesting itself.standingWe know it's broken. We've looked into it, but we couldn't fix it or we didn't have the time.We know it's broken. We've looked into it, but we couldn't fix it or we didn't have the time.