Welcome Guest! To enable all features please
Login or Register.
Hi,
i have found a BUG
Click on Mail Button on a Post redirects you to Forbidden Page
so i have locked into the Code and seen the Convertig of UserID string to int have a Problem
/// <summary>
/// Gets UserID.
/// </summary>
public int UserId
{
get
{
return Security.StringToLongOrRedirect(this.Get<HttpRequestBase>().QueryString["u"]).ToTyped<int>();
}
}
´
In my Example i get a string "35" from QueryString and the ToTyped<int> gets 0 as int
Thanks
Thanks for the report! Issue is fixed in 2.2.4.13
Forum Jump
- You cannot post new topics in this forum.
- You cannot reply to topics in this forum.
- You cannot delete your posts in this forum.
- You cannot edit your posts in this forum.
- You cannot create polls in this forum.
- You cannot vote in polls in this forum.
Important Information:
The YAF.NET Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close