Community
Participate
Working Groups
In coding.html we use the hash to store the URL of the resource being edited, and also to provide "line" and "char" parameters to the editor in a query-style format, Eg. coding.html#/path/to/file.txt?line=25&char=6 This is ambiguous when the resource URL includes "?&". For example we can't distinguish between > coding.html#file.txt?parts=body and > coding.html#file.txt?line=25 We need to address this if we plan to continue putting both resource URLs and task-parameters inside the hash.
Has this been resolved by the URITemplates?
I think so. Let me track down all the related bugs.
Fixed with the introduction of URI Templates. We still need to start using the support across all pages however that are separate bugs.
*** Bug 363960 has been marked as a duplicate of this bug. ***