The URL rewrite code instantiates LinkImpl's in a very ordinary way. It uses relative paths when the rewritten URL belongs to the same server as the original and a absolute one when the server name was changed. I guess the problem, as you described, is how LinkImpl deals with setting query parameters.
I thought that maybe the URL rewiter should detect any already available parameters and add them again the usual way though addParameter. But I guess that comes down to personal preference. I like (as per your suggestion) the LinkImpl to be a bit more clever and fix the problem like in my patch.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to