Opened 15 years ago
Closed 14 years ago
#1174 closed defect (fixed)
“Go-to home page” function in MapGuide fails if the initial task URL has “/” character
Reported by: | liuar | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | General | Version: | 2.0.2 |
Severity: | trivial | Keywords: | |
Cc: | jenny.he@… | External ID: |
Description
Line 477 of mapviewernet/mainframe.aspx:
It should be
String homePageUrl = taskPane.GetInitialTaskUrl();
Not
String homePageUrl = taskPaneUrl;
This is because taskPaneUrl is the initial task URL after encoded for HTTP use. It will make “Go-to home page” function in MapGuide fails if the initial task URL has “/” character
Note:
See TracTickets
for help on using tickets.
Please re-test against 2.1 and let us know if this is still an issue (or close if has been fixed). Will close this ticket if no response by next ticket cleanup cycle.