[Vtigercrm-commits] [Vtiger development] #8290: Redirect to index.php pre-login ends with "Illegal Request"

Vtiger development vtiger-tickets at trac.vtiger.com
Sat Oct 11 02:39:51 GMT 2014


#8290: Redirect to index.php pre-login ends with "Illegal Request"
------------------------+------------------------
 Reporter:  prasad      |       Owner:  developer
     Type:  defect      |      Status:  new
 Priority:  unassigned  |   Milestone:  6.2.0
Component:  vtigercrm   |     Version:  6.1.0
 Severity:  Medium      |  Resolution:
 Keywords:              |
------------------------+------------------------

Comment (by prasad):

 Referer check need to be done post-login.

 File: includes/http/Request.php
 {{{
 protected function validateReferer() {
         $user = vglobal('current_user');
         // Referer check if present - to over come
         if (isset($_SERVER['HTTP_REFERER']) && $user) {  // when accessing
 resource post authentication
 }}}

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8290#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list