[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-2459) double slash issue caused by portal-ajax "drag and drop" functionality on dashboard module

Gary Hu (JIRA) jira-events at lists.jboss.org
Wed Sep 30 14:54:49 EDT 2009


double slash issue caused by portal-ajax "drag and drop" functionality on dashboard module
------------------------------------------------------------------------------------------

                 Key: JBPORTAL-2459
                 URL: https://jira.jboss.org/jira/browse/JBPORTAL-2459
             Project: JBoss Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Gary Hu


A bug has been discovered that is related to portal-ajax "drag and drop" functionality when moving portlet objects on dashboard page. The Firefox shows the issue of double slash, something like "http://localhost:8080/portal/auth//ajax". 
This issue seems to be able to be eliminated by modifying the file jboss-portal.sar/portal-ajax.war/dyna/dyna.js at line 47. 
Change 
         new Ajax.Request(server_base_url + "/ajax", options)
to
         new Ajax.Request(server_base_url + "ajax", options);

The customer is requesting a patch for JBoss EPP 4.3.0.GA-CP01.

    

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list