php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #62702 Make baseuri case-insensitive
Submitted: 2012-07-31 09:03 UTC Modified: 2012-07-31 14:59 UTC
From: songzhendong dot v at gmail dot com Assigned: laruence (profile)
Status: Closed Package: yaf (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2012-07-31 09:03 UTC] songzhendong dot v at gmail dot com
Description:
------------
when specific application.baseUri in application.ini

then there is no change handle both upper or lower url


example:
application.baseUri="/sample"

url A:
http://localhost/sample  right

url B:
http://localhost/Sample  404



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-07-31 14:59 UTC] laruence@php.net
Automatic comment from SVN on behalf of laruence
Revision: http://svn.php.net/viewvc/?view=revision&revision=326904
Log: Implemented FR #62702 (Make baseuri case-insensitive)
 [2012-07-31 14:59 UTC] laruence@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: laruence
 [2012-07-31 14:59 UTC] laruence@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 07:01:27 2024 UTC