MapTools.org

[Chameleon-dev] [Bug 157] [cwc2 1.0.4] zooming to full extent without authorization

bugzilla-daemon@www.maptools.org bugzilla-daemon@www.maptools.org
Mon, 22 Dec 2003 13:08:18 -0500
http://www.maptools.org/bugzilla/show_bug.cgi?id=157





------- Additional Comments From spencer@dmsolutions.ca  2003-12-22 13:08 -------
this actually works out to be three separate issues that all needed to be
resolved.  First, the jsapi javascript was not updating the extents of the map
in the document's form so when the page was submitted by a non-jsapi widget
(like UpdateMap), this caused the map to revert to its original extents. 
Second, when this was fixed, the page would then resubmit the previously used
navigation command, so this is now cleared when the map extents are updated to
prevent the operation from happening a second time if the page is submitted
after zooming in (for instance).  The final issue is that POST support had been
broken when we modified the code to allow for multiple templates coming via the
URL, but this requires parsing the QUERY_STRING value (the part in the URL after
the ?) which is how GET works.  Apparently POST variables are not considered
part of the QUERY_STRING so using POST as the form method in any CWC2
application will not work until I commit these fixes.

Which I am doing now :)  I will also try to fix bug 159 before releasing a new
version.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


This archive was generated by Pipermail.