If you have an URL like this:
If someone creates a link on his website, but changes the name like this
http://stackoverflow.com/questions/123/this-is-a-different-question-title
that would cause duplicate content. Is it nessecary to check if the name in the url is the same as the real name of the question and if not do a 301 redirect to the correct URL?
I see Stackoverflow.com doesn't do a 301 redirect, but just accepts any name in the URL. Can this cause duplicate content or your ranking to drop? Is SO not affected by this?