Skip to content

URL escaping in paths is broken. #1

@DDR0

Description

@DDR0

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

No one assigned

    Labels

    library issueThe 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions