Bug 1636583 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Verdi confirmed we always want to visit when the search string ends wiwht a slash, I think we should make this change in URIFixup for coherency.

The behavior is a bit more complex though, it looks like these are handled as uris:
1) asd/
2) asd.asd/
3) asd/  asd/
4) asd.asd/  asd/

But these are not
5) asd /
6) asd.com /
7) asd.asd /
8) asd/ asd

Thus the string must end with a slash, but there must be no space in the prePath part (before the first slash). This still makes sense.
Verdi confirmed we always want to visit when the search string ends wiwht a slash, I think we should make this change in URIFixup for coherency.

The behavior is a bit more complex though, it looks like these are handled as uris:
1) asd/
2) asd.asd/
3) asd/  asd/
4) asd.asd/  asd/

But these are not
1. asd /
2. asd.com /
3. asd.asd /
4. asd/ asd

Thus the string must end with a slash, but there must be no space in the prePath part (before the first slash). This still makes sense.

Back to Bug 1636583 Comment 1