Warning: Can't synchronize with the repository (Unsupported version control system "git": Can't find an appropriate component, maybe the corresponding plugin was not enabled? ). Look in the Trac log for more information.

Ticket #34 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by msfrank

  • status changed from new to closed
  • resolution set to fixed

fixed in 47f0336782985efa7163599eb348b4f096e2ba3d

Note: See TracTickets for help on using tickets.