I was reading this article. It says :
That character is represented at the value %uff1c. If this value is passed to a varchar field in a SQL database, it will get converted to the real < character. I have not seen this work on a nvarchar field
Well, I think this is a SQL Server bug, not a ValidateRequest hack! If I write %uff1c
, SQL Server must save it as %uff1c
. Or, at least, it should encode "again" %uff1c
by the charset choosed by admin.
Am I wrong?