Comment 3 for bug 569361

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 569361] Re: Remembering an URL different from the one the user entered is surprising

The main reason is that lp: lookups are implemented as a directory
service, not a transport - and this is because URL algebra does not
work on them (but does on transports and we really would have ugly
code if we change that axiom).

We can and should look at preserving the original url.

-Rob