Can anyone point me in the right direction with the following question.
The default "Dangerous Request" validation in ASP.NET prohibits inputs like
"<p", "<p>" or "<script>"
but at the same time allows inputs like
"<%script>" or "<.script>"
What is the rational here?