Opened 13 years ago

Closed 13 years ago

#1510 closed defect (fixed)

Home button does not make correct url if initial task pane url has parameters

Reported by: jng Owned by:
Priority: high Milestone: 2.2
Component: AJAX Viewer Version: 2.2.0
Severity: trivial Keywords:
Cc: External ID:

Description

Open a web layout with the following address:

http://www.google.com?foo=bar

Load the web layout, inspecting the task pane will reveal the correct base url (w/ the foo=bar in the querystring)

Now hit the home button and inspect the task pane again, the url is now something similar to:

http://www.google.com/?foo=bar?SESSION=96594330-e283-11df-8000-080027009413_en_7F0000010AFC0AFB0AFA&LOCALE=en&MAPNAME=Sheboygan

Note the double '?'. This is due to the GettingStartedURL() function in mainframe.templ naively appending the querystring to the base url without checking if the base url has query string parameters.

This function needs to be modified to take this into account.

Change History (2)

comment:1 by jng, 13 years ago

Priority: lowhigh

comment:2 by jng, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk r5351 Fixed in 2.2 r5352

Note: See TracTickets for help on using tickets.