Page MenuHomePhabricator

TitleBlacklist fails to match regular expressions containing "_" correctly
Closed, ResolvedPublic

Description

Author: darklama

Description:
patch to replace all occurrences of "_" with " ".

Currently if someone uses a regular expression like "Page_Name", it will never match against a page by that name because of the "_". This should be fixed by replacing all occurrences of "_" with " " before trying to match against a page title.


Version: unspecified
Severity: normal

Attached:

Details

Reference
bz12483

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:59 PM
bzimport set Reference to bz12483.
bzimport added a subscriber: Unknown Object (MLST).

Applied w/ slight modification in r29200