• Little bug

    By Peter Pennings 1 decade ago

    Hi Mark, first of all I love this tool, it allready helped me solve some problems.

    I did find one small bug, when clicking the 'open in external window' it produced the wrong url. in the code it says:
    consolePath : "/" + @Replace(database.getFilePath(), "\\", "/") + "/debugToolbarConsole.xsp"
    However this resulted on my windows machine in the wrong filepath, no slashes in the filepath.
    I replaced the code with:

    consolePath : facesContext.getExternalContext().getRequestContextPath() + "/debugToolbarConsole.xsp"

    That did the trick for me, maybe a linux/windows thing (I run windows server)

    Peter

     

     

    • i'll look into it

      By Mark Leusink 1 decade ago

      Thanks for reporting this. I've tested it on a linux server, so it might indeed be a OS issue. I'll fix it in the release when I get back from Lotusphere.

      Mark

    • Solved

      By Mark Leusink 1 decade ago

      This issue is solved since version 1.1 of the Debug Toolbar.