[fusion-commits] r1580 - trunk/MapGuide
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Oct 1 13:43:37 EDT 2008
Author: madair
Date: 2008-10-01 13:43:37 -0400 (Wed, 01 Oct 2008)
New Revision: 1580
Modified:
trunk/MapGuide/MapGuide.js
Log:
closes #88: add session id to tile requests to prevent auth prompts - applied to trunk
Modified: trunk/MapGuide/MapGuide.js
===================================================================
--- trunk/MapGuide/MapGuide.js 2008-10-01 17:42:24 UTC (rev 1579)
+++ trunk/MapGuide/MapGuide.js 2008-10-01 17:43:37 UTC (rev 1580)
@@ -586,6 +586,7 @@
params = { //tiled version
mapdefinition: this._sResourceId,
basemaplayergroupname: this.groupName, //assumes only one group for now
+ session: this.getSessionID(),
clientagent: this.clientAgent
};
}
More information about the fusion-commits
mailing list