I found a minor bug in StackOverflow. If you are not logged into Stack Overflow and are viewing c# tagged questions, the url is as follows: /questions/tagged/c%23
When you then login into StackOverflow, and are redirected to the url previously visited, the url now is: /questions/tagged/c#
The questions you now are looking at are ones tagged with c and not c#.
I guess this is because when you are redirected it treats %23 as # instead of using the actual %23 characters.
