My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 44: Mishandled https:// urls in LightOpenID::__construct()
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Jul 2011


 
Reported by MKlepacz...@gmail.com, Jul 20, 2011
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'
Jul 20, 2011
Project Member #1 mewp...@gmail.com
Fixed. If there will be no reports for a few days, I'll make a new download with this fix.
Status: Fixed

Powered by Google Project Hosting