[mapguide-trac] #809: Allow the task pane initial url to have parameters

MapGuide Open Source trac_mapguide at osgeo.org
Sun Dec 21 19:01:55 EST 2008


#809: Allow the task pane initial url to have parameters
---------------------------+------------------------------------------------
   Reporter:  jng          |       Owner:       
       Type:  defect       |      Status:  new  
   Priority:  medium       |   Milestone:       
  Component:  AJAX Viewer  |     Version:  2.0.1
   Severity:  major        |    Keywords:       
External_id:               |  
---------------------------+------------------------------------------------
 The current task pane "hard-codes" the initial url given with a set of
 predefined parameters.

 So given a url of "/foo/bar.php", the resulting url is:

 /foo/bar.php?SESSION=someuglylongsessionid&WEBLAYOUT=Library://Path/To/The.WebLayout&DWF=0&LOCALE=en

 But say I want to supply a url with parameters "/foo/bar.php?snafu=0", I
 will get the following url:

 /foo/bar.php?snafu=0?SESSION=someuglylongsessionid&WEBLAYOUT=Library://Path/To/The.WebLayout&DWF=0&LOCALE=en

 Note the two "?" characters in the query string. Thus passing in an
 initial url with additional GET parameters, will trip up any page in the
 task pane that is expecting these additional GET parameters.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/809>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list