diff options
author | mkanat%bugzilla.org <> | 2009-01-09 08:44:05 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-01-09 08:44:05 +0100 |
commit | 9b0a78fbcc3a3c5763e216da6dda8420379701a9 (patch) | |
tree | dd2af36481bf78282a78e307b17dbe435621de1c /template | |
parent | 6c6de869047f9febda54cfb8121b636d35f9dc97 (diff) | |
download | bugzilla-9b0a78fbcc3a3c5763e216da6dda8420379701a9.tar.gz bugzilla-9b0a78fbcc3a3c5763e216da6dda8420379701a9.tar.xz |
Bug 471942: Make the WebService validate and properly convert input parameters
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
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 |