Modify ↓
Opened 17 years ago
Closed 17 years ago
#3477 closed enhancement (fixed)
Strip HTTP request vars from [svn] link
| Reported by: | Kevin Gillette | Owned by: | Jeff Hammel |
|---|---|---|---|
| Priority: | normal | Component: | SvnUrlsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
This patch will get rid of request vars (like '?order=size') from the end of the [svn] link.
Attachments (2)
Change History (4)
Changed 17 years ago by
| Attachment: | svnurls.py.patch added |
|---|
Changed 17 years ago by
| Attachment: | svnurls.py added |
|---|
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



It also won't mess up links to files that actually contain a '?', since the href it's pulling from is already urlencoded.