On Oct 12, 2011, at 3:55 PM, Peter Jakobsson wrote: > The (main Active4D) docs say that the Query Params collection is read only. > How does that square with your code here ?
What version of Active4D? In 4.5 On Request This handler is executed just before the Active4D HTTP server handles a request, before Active4D parses the request URL. The handler is passed the path portion of the URL along with the url decoded query string. However, if you declare the On Request handler with only one parameter, the _query collection (or _form collection if “parameter mode” is set to “form variables” in Active4D.ini) is populated with the contents of the request’s query (if any), and is set to read-write mode so that you can directly modify the query. Think it has been read/write since 4 Steve _______________________________________________ Active4D-dev mailing list [email protected] http://list.aparajitaworld.com/listinfo/active4d-dev Archives: http://vasudev.aparajitaworld.com/archive/active4d-dev/
