Comment 0 for bug 986175

Revision history for this message
John Lenton (chipaca) wrote :

When a value is added to a scope's model that contains url-escaped characters, the activate-uri un-uri-escapes the associated value in the model. This means that if the value is a=b&c=d%26e%3Df, the event handler gets a=b&c=d&e=f. This is broken.