Hi,
I used to monitor all eclipse related tags:
http://stackoverflow.com/questions/tagged?tagnames=eclipse~&sort=newest&pagesize=50
That generate (after a refresh) the full address:
Two questions:
1/ I never notices the '+' (%2b). Before today there were only spaces (%20) between the tags and the 'or'
2/ this full address generates a HTTP Error 400. The request URL is invalid. (FireFox 3.6.8)
Do you know why?
Such addresses (even ones much longer) used to be served without issue before today.
Bonus question:
An address like:
http://stackoverflow.com/questions/tagged?tagnames=clearcase~%20or%20git&sort=newest&pagesize=50
generates the (working actually) full address:
Why the two 'or' between clearcase-remote and git tag?