When php script with LightOpenID constructor call is accessed via https://
scheme AND constructor is given 'https://example.com' address $openid->realm is
malformed.
Following code:
$openid = LightOpenID('https://example.com');
echo $openid->realm;
produces
'https://https://example.com'.
where it should be:
'https://example.com'
Original issue reported on code.google.com by MKlepacz...@gmail.com on 20 Jul 2011 at 12:13
Original issue reported on code.google.com by
MKlepacz...@gmail.com
on 20 Jul 2011 at 12:13