[Chameleon-dev] [Bug 1427] [Chameleon-Widget]ExtractWFSData points out to an invalid URL

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu Jan 3 16:08:23 EST 2008


http://bugzilla.maptools.org/show_bug.cgi?id=1427

nsavard at mapgears.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From nsavard at mapgears.com  2008-01-03 16:08 -------
Some parameters were added without checking if "?" was present.  Fixed in CVS. 

Change from:

        $this->moPopup->mszLink .= $this->moPopup->mszLink.
                               "&chkCompress=1".
                               "&selectedlayers=' + szSelectedLayers + ' ";

to:


       $this->moPopup->mszParam .=  "&chkCompress=1".
                               "&selectedlayers=' + szSelectedLayers + ' "; 




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


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list