nausheenfatma / python-wikitools

Automatically exported from code.google.com/p/python-wikitools
0 stars 0 forks source link

Cannot edit wiki with CAPTCHA protection #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to edit a wiki page that enables captchas
2.
3.

What is the expected output? What do you see instead?
you cannot edit the page, because wikitools strip "captchaword" and "captchid" 
from the argument list in the edit call.

What version of the product are you using? On what operating system?

Please provide any additional information below.
The fix is simple. Just don't strip arguments, or, if you really want to, don't 
strip known arguments (take from http://www.mediawiki.org/wiki/API:Edit)

Original issue reported on code.google.com by 4tmue...@gmail.com on 21 Oct 2011 at 5:38

GoogleCodeExporter commented 8 years ago

Original comment by 4tmue...@gmail.com on 10 Jan 2012 at 4:19

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by 4tmue...@gmail.com on 10 Jan 2012 at 4:25

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r391

Original comment by MrZmanwiki@gmail.com on 1 Sep 2012 at 8:24