Page MenuHomePhabricator

Cannot Save or Preview Table Cell Content with "ID" or "PS"
Open, LowPublic

Description

Author: my.chang

Description:
Version - CPSpedia

Overview

When I try to save or preview a table that contains a cell whose contents start with the exact two-letter combinations "ID" or "PS" (case-insensitive), I get the following error message:

Method Not Implemented
POST to /cpspedia/wiki/index.php not supported.

Steps to Reproduce

  1. Write the following wikitext for a table.

{|

id
}
  1. Attempt to Save or Preview the edit.

Actual Results

The following error message is displayed:

Method Not Implemented
POST to /cpspedia/wiki/index.php not supported.

Expected Results

I expect a table with a single cell that reads "id".

Build Date & Platform

See attachment "Version - CPSpedia.pdf" for server information.

Affected clients include:
Safari Version 5.0 (6533.16) on Mac OS X 10.6.4
Firefox version 3.6.6 on Mac OS X 10.6.4

Additional Information

Putting quotes around the offending characters does not seem to make a difference in preventing the error from occurring.


Version: 1.15.x
Severity: normal
OS: Mac OS X 10.6
Platform: Macintosh

Attached:

Details

Reference
bz24176

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 11:07 PM
bzimport set Reference to bz24176.
bzimport added a subscriber: Unknown Object (MLST).

Works fine on trunk. This sounds like a bug in an extension; try disabling extensions until the bug goes away.

my.chang wrote:

MediaWiki Versions page showing no extensions installed

The issue persists even with all extensions disabled.

Attached:

my.chang wrote:

Please see the new attachment showing all extensions disabled. The issue still persists.