CuteEditor.LoadHandler (Load.ashx) - rewriting url

Last post 08-13-2009, 7:58 PM by davzrpo. 2 replies.
Sort Posts: Previous Next
  •  08-13-2009, 6:04 AM 54666

    CuteEditor.LoadHandler (Load.ashx) - rewriting url

    Hi,
     
    We are currently having issues in CuteEdior Loader (Load.ashx) when we are using the dedicated port in the site (e.g http://www.domain.com:8008/).  Using the Firebug, we traced that sometimes the Load.ashx is requesting file (GET) by removing the port 8008. Sample requests below.
     
    GET: http://www.domain.com:8008/CuteSoft_Client/CuteEditor/Load.ashx?type=scripts&file=Gecko_Loader
    GET: http://www.domain.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css
    GET: http://www.domain.com:8008/CuteSoft_Client/CuteEditor/Load.ashx?type=theme&file=horizontal.background.gif&theme=Office2003 
     
    Note that the sometimes it's loading file by removing the port 8008. 
     
    The related error also is that everytime we access the page with those load requests, the session or cookie seems expired. 
     
    I'm using the latest version of CuteEditor.net, 6.4 Build 2009-05-07, and using .Net 3.5 framework.

    Thanks,
    Rodel 
     
  •  08-13-2009, 1:42 PM 54676 in reply to 54666

    Re: CuteEditor.LoadHandler (Load.ashx) - rewriting url

    Rodel,
     
    We can't reproduce this issue.
     
    Do you only get such issue for the SyntaxHighlighter.css ?
     
    Please open the CuteSoft_Client/CuteEditor/Template.aspx
     
    and delete the <link> for that file and test again.
     
    Regards,
    Terry
     
  •  08-13-2009, 7:58 PM 54684 in reply to 54676

    Re: CuteEditor.LoadHandler (Load.ashx) - rewriting url

    Hi Terry,
     
    No, sometimes it happens for different files, depending on the configuration we have. Let say i have enabled Downloadable Files, when it retrieves necessary files for that control sometimes it fails to retain the original URL with port. But its not happening for the domain with default port 80 (e.g. http://www.domain.com).
     
    We're currenlty in staging server which happens to have a dedicated port 8008 and its happening only there. We only suspect that this URL rewriting might be the cause of an issue we have everytime we navigate to pages with cuteeditor, the users are being kicked out. The user session might be expired. 
     
    Btw, for the Template.aspx it doesn't have the <link>.
     
    Thanks,
    Rodel 
View as RSS news feed in XML