#1281: Forcing the url scheme to https is not possible
-----------------------------------------+----------------------------------
Reporter: sven.kretschm...@… | Owner: david
Type: defect | Status: new
Priority: normal | Milestone: 1.0.4
Component: request | Version: 1.0.3
Severity: normal | Keywords:
Has_patch: 0 |
-----------------------------------------+----------------------------------
Comment(by sven.kretschm...@…):
Hi David,
you got the point.
We could set any header in Squid, but I think that this will not work, as
the only accepted value to set the url scheme to https is 'on':
source:/tags/1.0.3/src/request/AgaviWebRequest.class.php#L361
{{{
#!php
<?php
$this->urlScheme = 'http' . (strtolower($HTTPS) == 'on' ? 's' : '');
?>
}}}
Greetings, Sven
--
Ticket URL: <http://trac.agavi.org/ticket/1281#comment:2>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets