Opened 14 years ago
Closed 14 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:
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 , 14 years ago
Priority: | low → high |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk r5351 Fixed in 2.2 r5352