MapTools.org

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

bugzilla-daemon@www.maptools.org bugzilla-daemon@www.maptools.org
Mon, 5 Apr 2004 15:44:59 -0400
http://www.maptools.org/bugzilla/show_bug.cgi?id=47

pspencer@dmsolutions.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |1.99 beta release



------- Additional Comments From pspencer@dmsolutions.ca  2004-04-05 15:44 -------
there is a an HtmlFormVars object that handles stuff case-insensitively but it
does add overhead which is an issue.  There is a new function in php (ver >=
4.2.0) called array_change_key_case that can be used to upper/lower case all
array keys, I would imagine this is the cheapest way to do it.  The one problem
that still remains for most stuff is that the session id is sometimes assumed to
be 'sid' (lowercase) and any code that assumes this will have to be identified
and fixed.  This should be rooted out for 1.99.



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


This archive was generated by Pipermail.