we just stumbled upon this. setting up a page theme for eg /node/add/story does not work (while for core it doesn't make a difference) for /node/add/Story
I suggest simply changing line #131 of page_theme.module to

$page_match = drupal_match_path(drupal_strtolower($path), drupal_strtolower($page_theme->pages));

and #133 accordingly

Comments

thommyboy created an issue. See original summary.

silvi.addweb’s picture

Status: Active » Needs review
StatusFileSize
new774 bytes

Attached patch makes suggested changes.

rstamm’s picture

Assigned: Unassigned » rstamm
StatusFileSize
new881 bytes

good catch.

  • rstamm committed b481cd5 on 7.x-1.x
    Issue #2825734 by tejal.addweb, rstamm: Paths not case-insensitive
    
rstamm’s picture

Title: lowercase/ uppercase problem » Paths not case-insensitive
Status: Needs review » Fixed

  • rstamm committed b481cd5 on 7.x-2.x
    Issue #2825734 by tejal.addweb, rstamm: Paths not case-insensitive
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.