[Chameleon-dev] [Bug 47] [Chameleon] Form parameters should be case-insensitive

bugzilla-daemon at www.maptools.org bugzilla-daemon at www.maptools.org
Wed Apr 14 09:11:58 EDT 2004


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

pspencer at dmsolutions.ca changed:

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



------- Additional Comments From pspencer at dmsolutions.ca  2004-04-14 09:11 -------
since there are no objections, this is now done.  

Three new functions have been added to the base Widget class,

isVarSet( $szVarName )
getVar( $szVarName )
setVar( $szVarName, $szValue )

and all access of the moURLArray array has been converted to use these three
functions.  These functions act on a single instance of HttpFormVars managed by
the application instance.  The moURLArray still exists and works in the same way
that it used to, but it is deprecated and will be removed in the next version. 
Please update your code accordingly.

All new code must use the new functions. 



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the Chameleon-dev mailing list