Modify ↓
Opened 16 years ago
Closed 16 years ago
#8072 closed defect (worksforme)
Anchored TracLinks doesn't work when there are ?arguments in URL
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.11.3 |
Severity: | normal | Keywords: | anchor, URI, arguments, ? |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When we have URL of kind http://mytrac.domain/wiki/MyPage#MyAnchor?somearguments=value&maybesomemorearguments
, MyPage doesn't position on MyAnchor. I believe it should. Parser should interpret anchor name starting from "#" and ending with "?". "?" already is a forbidden symbol in anchor name anyway. Current behaviour may raise problems when interacting with plugins or other problems…
Browsers used are IE6.0 and Opera 9.53. The same thing.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Anchor has to come last (rfc:3986#section-3).
e.g. http://trac.edgewall.org/ticket/8072?version=2#comment:1