I have a asp.net mvc 3 application and I want the users to be able to enter in tags of sorts. However, when a tag ends with a "." (no quotes) it throws a 404 before hitting the controller's method.
Any ideas...? Is this common or something jacked up with my configuration?