SunJordan / ezstats

Automatically exported from code.google.com/p/ezstats
0 stars 0 forks source link

PATCH: Invalid URI scheme when using SSL (ezstats2_bf3 Joomla plugin) #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please describe the bug:
When using SSL to access the Joomla frontend, The plugin uses a hardcoded 
http:// URI scheme to access ezstats. This results in the wrong URI scheme 
delivered by ezstats in several places, triggering warning messages in the 
browser.

The attached patch fixes this behavior by implementing the commonly used URI 
scheme // (just the double slash without the preceeding scheme specification 
and colon). Like in most modern browsers, this means: Use the same URI scheme 
that was used when requesting the base URI.

Your version of ezStats:
v0.91

The URL to your website:
N/A

Original issue reported on code.google.com by felf...@gmail.com on 9 Feb 2013 at 2:40

Attachments:

GoogleCodeExporter commented 9 years ago
Hi felfert!

Thank you for this issue and your work. I've never thought about SSL secured 
sites.
I implement your changes in future versions of ezStats.

Regards, ezzemm

Original comment by ezzem...@googlemail.com on 9 Feb 2013 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by ezzem...@googlemail.com on 26 Feb 2013 at 8:45