Modify ↓
Opened 21 years ago
Closed 21 years ago
#848 closed defect (fixed)
tracd fails if trailing slash on path
| Reported by: | sky-g | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | web frontend/tracd | Version: | 0.7.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Example:
OK: tracd --port 9876 /path/to/trac
Fails: tracd --port 9876 /path/to/trac/
(note the trailing slash) With trailing slash it creates a project link on the "Available Projects" page named "/path/to/trac" with href="/path/to/trac", instead of just "trac"
Attachments (0)
Change History (2)
comment:1 by , 21 years ago
| Milestone: | → 0.8 |
|---|---|
| Status: | new → assigned |
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



Fixed in [993].