Opened 14 years ago

Closed 13 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

Change History (2)

comment:1 by jbirch, 14 years ago

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.

comment:2 by jng, 13 years ago

Resolution: fixed
Status: newclosed

Was fixed in r5354

Note: See TracTickets for help on using tickets.