Last modified: 2006-12-15 10:08:57 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10268, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8268 - ConfirmEdit does not detect HTTP links
ConfirmEdit does not detect HTTP links
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
ConfirmEdit (CAPTCHA extension) (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-12-15 06:09 UTC by Trevor Harmon
Modified: 2006-12-15 10:08 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Trevor Harmon 2006-12-15 06:09:39 UTC
I'm using the current trunk (rev 15704) of ConfirmEdit.php with MediaWiki 1.8.2. With this configuration, ConfirmEdit does not detect 
HTTP links, allowing spammers to bypass the CAPTCHA. Asheesh Laroia's patch fixes this problem:

http://paulproteus.acm.jhu.edu/tmp/omg
Comment 1 Brion Vibber 2006-12-15 09:52:10 UTC
Probably broken by some funky combination of autoloading and stub objects.
Enabling the Cite extension gets things working, damn if I know why. :P
Comment 2 Brion Vibber 2006-12-15 10:08:57 UTC
Loading a parser hook extension causes $wgParser to be unstubbed early in
setup code, thus loading Parser.php. Mystery solved. :)

Fixed in r18349; the fix for bug 4823 to use the parser for proper link
extraction neatly moots this bug.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links