Commit 11f260bb authored by Marc Schumann's avatar Marc Schumann

Bug 581326 – Misleading JSON error message.

Patch by Marc Schumann <wurblzap@gmail.com>, r/a=mkanat
parent 62e7d4e0
......@@ -987,8 +987,8 @@
characters are allowed in the 'callback' parameter: <code>[]._</code>
[% ELSIF error == "json_rpc_post_only" %]
For security reasons, you may only call the '[% method FILTER html %]'
method via HTTP POST.
For security reasons, you must use HTTP POST to call the
'[% method FILTER html %]' method.
[% ELSIF error == "keyword_already_exists" %]
[% title = "Keyword Already Exists" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment