Modify ↓
Opened 10 years ago
#12552 new defect
wrong urls if trac running at server root
| Reported by: | Owned by: | Emmanuel Blot | |
|---|---|---|---|
| Priority: | normal | Component: | RevtreePlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.0 |
Description
If trac is running at root of webserver, then links created by RevtreePlugin are wrong:
- instead of
/changeset/14419the created url is//changeset/14419 - resolves to http://www.changeset.com/14416 :)
I attach a patch vs 0.12 branch which fixes it for me.
Attachments (1)
Note: See
TracTickets for help on using
tickets.


