Yerassyl Shalabayev

Results 3 comments of Yerassyl Shalabayev

I have done making changes) There are some places where it tries to get value from `HttpContext.Current.Request.Form["logoutRequest"]` what contains xml, so ASP.NET throws exception System.Web.HttpRequestValidationException so I made changes for...

@phantomtypist Problem still exists in the .Net 2/3. It is not possible to fix in same way, because `HttpContext.Current.Request.Unvalidated` is not available for thus versions of framework

@phantomtypist, problem for below versions of .NET is solved.