
Was there a change to how Firefox handles "&" in urls when launched from the command line?
I launch Firefox from my IDE and pass in a URL which includes '&'. With the latest version of Firefox (16.0.2), the url gets cut off after the first '&'. I tried this on the command line and it appears to do the same thing. Here is an example:
If I enclose the url in quotes it works. Was this an intended change?
Opaite Mbohovái (1)
That is not Firefox issue, but an "&" is one of the reserved, special, characters in Windows and need to be escaped with a "^" or enclosed in quotes.