Bug #4884
closedlink to gravatar image in a header have "https:///" instead of "https://"
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1003520
Description of problem:
When I log-in using Opera browser, I do not see gravatar image close to my username in upper right corner of the screen. In Firefox, all is OK.
Version-Release number of selected component (if applicable):
SAM 1.3 snapshot #4
How reproducible:
always
Steps to Reproduce:
1. Login to SAM, check your icon at upper right corner.
Actual results:
No icon there - HTML code looks like this:
<img src="https:///secure.gravatar.com/avatar/7ab3e0303edd4e2d550b8905df183d6f?d=mm&s=25" class="gravatar"/>
Expected results:
<img src="https://secure.gravatar.com/avatar/7ab3e0303edd4e2d550b8905df183d6f?d=mm&s=25" class="gravatar"/>
Additional info:
Looks like Firefox handles these three "/", but Opera not.
Updated by Dominic Cleal over 10 years ago
- Category set to Web Interface
- Status changed from New to Ready For Testing
- Assignee set to Bryan Kearney
- Target version set to 1.8.4
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ae0956938db9d3a714386f15e206f0e4760ed4d1.
Updated by Dominic Cleal over 10 years ago
- Translation missing: en.field_release set to 4
Updated by Dominic Cleal over 10 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1003520