[wp-trac] [WordPress Trac] #41578: Assure that $_SERVER['PATH_INFO'] is available

WordPress Trac noreply at wordpress.org
Mon Aug 7 00:27:15 UTC 2017


#41578: Assure that $_SERVER['PATH_INFO'] is available
-------------------------+-----------------------------
 Reporter:  glehner      |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  General      |    Version:  4.8.1
 Severity:  normal       |   Keywords:
  Focuses:               |
-------------------------+-----------------------------
 I use the [http://www.fefe.de/gatling/ gatling] web server on one of my
 servers (low ressorce consumption). gatling will not set the PATH_INFO
 environment variable if no path info is available which causes the home
 page of WP to enter an endless redirect loop.

 I managed to fix this by setting {{{$_SERVER['PATH_INFO']}}} to the empty
 string in an unhandled condition in wp-includes/load.php.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/41578>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list