thirdparty/google_appengine/BUGS
author Todd Larsen <tlarsen@google.com>
Fri, 19 Sep 2008 04:50:42 +0000
changeset 168 87296bdfc9c6
parent 109 620f9b141567
child 828 f5fd65cc3bf3
permissions -rw-r--r--
Added getSingleIndexedParamValue() that retrieves an index into a list of values from the named query parameter, and then indexes into the supplied list of values to return the corresponding value from the list. Used to convert numeric index query parameters passed by POST to the GET redirect target, so that the GET code can display messages, etc. (without passing the message itself as a query argument and having to escape it or have silly people pass in their own...).

A list of bugs is available in the Google App Engine SDK project on Google Code.

Please visit http://code.google.com/p/googleappengine for more details.