From 9b0a78fbcc3a3c5763e216da6dda8420379701a9 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 9 Jan 2009 07:44:05 +0000 Subject: Bug 471942: Make the WebService validate and properly convert input parameters Patch By Max Kanat-Alexander r=dkl, a=mkanat --- template/en/default/global/user-error.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index d92b04622..39077c542 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1618,6 +1618,11 @@ [% title = "Wrong Token" %] That token cannot be used to create a user account. + [% ELSIF error == "xmlrpc_invalid_value" %] + "[% value FILTER html %]" is not a valid value for a + <[% type FILTER html %]> field. (See the XML-RPC specification + for details.) + [% ELSIF error == "zero_length_file" %] [% title = "File Is Empty" %] The file you are trying to attach is empty, does not exist, or you don't -- cgit v1.2.3-24-g4f1b