Menu

#102 Problem saving big pages

closed-fixed
saving (1)
2015-04-08
2015-02-12
D_R
No

At the version 3.12 in the function "public void Save(string newText, string comment, bool isMinorEdit, bool reviewVersion)" HttpUtility.UrlEncode() was replaced by Uri.EscapeDataString().

Since Uri.EscapeDataString() is limited to 32766 characters on .NET 4 and 65500 characters on .NET 4.5, DotNetWikiBot raise an System.UriFormatException (Invalid URI: The Uri string is too long).

Discussion

  • CodeDriller

    CodeDriller - 2015-02-12
    • labels: --> saving
    • status: open --> closed-accepted
    • assigned_to: CodeDriller
    • Priority: 5 --> 7
     
  • CodeDriller

    CodeDriller - 2015-02-12

    It's a trouble.

    Thank you for reporting that.

     
  • CodeDriller

    CodeDriller - 2015-02-13
    • status: closed-accepted --> closed-fixed
     
  • CodeDriller

    CodeDriller - 2015-02-13

    Fixed in v3.13.

     

Log in to post a comment.