https://bugzilla.wikimedia.org/show_bug.cgi?id=22237
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Roan Kattouw <[email protected]> 2010-01-23 15:02:38 UTC --- This is a deeper problem with the param validation code in ApiBase: what should happen to an invalid value? Maybe there should be a boolean flag in the getAllowedParams() array that specifies whether it's OK to fall back to the default in this case (if not, we'll go back to the old behavior and throw an error). OTOH, it's a bot API, our clients are responsible for and perfectly capable of supplying valid requests. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
