Search Results

Type: Posts; User: Leonid_Veriga

Page 1 of 6 1 2 3 4
Search took 0.01 seconds.
  1. Thank you, Vladimir.
    Just to confirm and for history, I should use the fix from revision 5758. Am I right?
  2. I think the following code could be used:


    internal static string EncodeScriptTags(string str)
    {
    string result = str;
    if (str != null)
    {
    ...
  3. I see, you added a method "EncodeScriptTags", but for me it looks like not 100% valid. If I try to apply this method to the

    var str = @"</script> </SCRIPT> </scRIPt> </sCRipt> </scRipt>";
    then...
  4. Also the same issue is reproducible, if in the example form the first post change

    private readonly string str = "test XSS </script><script>alert('XSS')</script>";
    to the

    private readonly...
  5. Please take a look on this exampe.


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="XSSTest.aspx.cs" Inherits="ExtJSTesApplication.XSSTest" %>
    <%@ Register Assembly="Ext.Net"...
  6. Hello.

    There is the same issue if we enter the same string and capitalize some letters. Moreover, this issue has place not only for stores, but for AddScript method as well.


    ...
  7. Thank you for your suggestion.
  8. Hello.

    How can I log the exceptions in the static direct methods?


    <script runat="server">
    [DirectMethod]
    public static void ExceptionMethod()
    {
    throw new...
  9. Thank you.
  10. Vladimir, could you please provide a number of the revision, in which this issue was fixed?
  11. One more question. Will it be a complex fix? I asked that, because on production we use specific version of the Ext.Net and we have not an opportunity to significantly change existing libraries.
  12. Yes, this is known solution for me, but the original issue is that page is not rendered as </script> is not encoded, and generated script breaks the page.

    Also please pay attantion that is you...
  13. Hello. Please review the following example:



    <%@ Page Language="C#" %>

    <!DOCTYPE html>

    <html>
    <head runat="server">
  14. This works for me. Thank you.
  15. Hello.

    I have created a class, which inherited from the GridPanel. In the javascript constructor of this grid, I populated default config of the grid. I want to create a AdditionalColumns...
  16. ServerMapping attribute works for me. Thank you.
  17. Hello.

    I use source code form trunk brunch, revision 5229. I have store's model with mapping. For fields, which has mapping, data is not loading on client. Please see example below.



    <%@...
  18. Thank you. Now it works fine.
  19. Hello.

    I faced with issue, that check column does not work with buffered store. Please, see example below:



    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  20. Yes, I would like to do it seamlessly for a user.
    Thank you for you suggestions. I will try it.
  21. Hello.

    I have a grid with a buffered renderer and buffered store. As far as I understand, when I am scrolling the grid, records are loaded and cached inside the store. Assume that I scroll the...
  22. Hello.

    I need an opportunity to wrap each exception thrown form direct methods on server-side. I would like generate a unique key for each exception and return this info to the client. Could you...
  23. It's because there is a test data in the example. Really we have 2-5 rows in each group.
    We used CommandColumn before but it was very slow. Then we replaced it to ActionColumn and custom buttons to...
  24. We have an issue with a GridPanel performance in IE8. The grid loads about 10 sec (see attached example). Do you have any suggestions how to improve the performance?
  25. This fix works fine. Thank you.
Results 1 to 25 of 127
Page 1 of 6 1 2 3 4