In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1390 [In-Portal CMS] Data Management bug report always 2012-09-10 12:59 2012-09-10 13:01
alex  
alex  
normal  
resolved 5.2.0-B1  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/Sa_zhWP8vo0/discussion
Fixes notice about missing HTTP_ACCEPT_ENCODING
1
0001390: Undefined $_SERVER['HTTP_ACCEPT_ENCODING'] when from "run_event.php"
In-Portal has a script, that allows to run any defined system event from command line as "root" (without permission check).
Since script is very powerful it's also password protected.

When executed on PHP 5.2.x server accepted encoding stored in $_SERVER['HTTP_ACCEPT_ENCODING'] is absent.
patch run_event_accept_encoding_fix.patch (3,262) 2012-09-10 12:59
http://tracker.in-portal.org/file_download.php?file_id=1794&type=bug
Issue History
2012-09-10 13:01 alex Note Added: 0005169
2012-09-10 13:01 alex Status reviewed and tested => resolved
2012-09-10 13:01 alex Fixed in Version => 5.2.1-B1
2012-09-10 13:01 alex Resolution open => fixed
2012-09-10 13:01 alex Assigned To !COMMUNITY => alex
2012-09-10 13:01 alex Changeset attached 5.2.x r15532
2012-09-10 13:01 alex Note Added: 0005168
2012-09-10 13:01 alex Status needs testing => reviewed and tested
2012-09-10 13:00 alex Assigned To => !COMMUNITY
2012-09-10 13:00 alex Developer => alex
2012-09-10 13:00 alex Status active => needs testing
2012-09-10 13:00 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/Sa_zhWP8vo0/discussion
2012-09-10 12:59 alex File Added: run_event_accept_encoding_fix.patch
2012-09-10 12:59 alex Change Log Message => Fixes notice about missing HTTP_ACCEPT_ENCODING
2012-09-10 12:59 alex Estimate Points => 1
2012-09-10 12:59 alex New Issue

Notes
(0005168)
alex   
2012-09-10 13:01   
Will test all together later.
(0005169)
alex   
2012-09-10 13:01   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001390: Undefined $_SERVER['HTTP_ACCEPT_ENCODING'] when from "run_event.php"