Ticket #34 (closed defect: fixed)
url paths with no trailing slash get parsed wrong
| Reported by: | msfrank | Owned by: | msfrank |
|---|---|---|---|
| Priority: | major | Milestone: | 0.3 |
| Component: | core | Version: | |
| Keywords: | Cc: |
Description
any url which doesn't have a trailing slash gets interpreted funny- it gets a double-slash at the beginning of the path component (i.e. http://localhost:8000//funky/path/). this generates a 404. we need to make sure these paths are properly interpreted.
Change History
Note: See
TracTickets for help on using
tickets.
