HTTP frontend does not treat ~ and %7E as equivalent
Bug #1672697 reported by
Colin Watson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
turnip |
New
|
Undecided
|
Unassigned |
Bug Description
Per RFC 2616, these two URLs should be equivalent:
https:/
https:/
However, the former returns 200 while the latter returns 302 (if unauthenticated) or 404 (if authenticated). I'm not currently sure exactly why this is happening; something in the depths of twisted.web?
I noticed this while filing https:/
To post a comment you must log in.