From: <tr...@do...> - 2012-09-20 16:03:51
|
<p>The following issue has been added to a project that you are monitoring.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Various places in the library still use Uri.EscapeDataString() instead of HttpUtility.UrlEncode()</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Rob Vesse</td> </tr> <tr> <td><b>Milestone:</b></td> <td>0.7.2 Beta</td> </tr> <tr> <td><b>Category:</b></td> <td>Core API</td> </tr> <tr> <td><b>Priority:</b></td> <td>Critical</td> </tr> <tr> <td><b>Type:</b></td> <td>Bug</td> </tr> <tr> <td><b>Description:</b></td> </tr> <tr> <td colspan="2"><p> Various places in the library are still using Uri.EscapeDataString() rather than HttpUtility.UrlEncode(), this is problematic since the former has a hard limit of 32,768 characters whereas the latter does not</p> <p> </p> <p> We should always use the latter unless we explicitly know the string will be under the character limit</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=278" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=278</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |