When default/fallback URL contains query, the options are thrown away
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Libravatar (obsolete) |
Triaged
|
Medium
|
Unassigned | ||
Fedora |
New
|
Undecided
|
Unassigned |
Bug Description
Imagine this Python example:
libravatar.
This will produce:
That's fine, but not the whole URL including the query string is passed as an default image, but only the URl without options.
Most importantly, this makes it impossible to use workflow similar to this:
libravatar(
So this piece of code doesn't work as expected:
query = {
's': size,
'd': absolute_default,
}
query = urllib.
return libravatar.
)
summary: |
- When default/fallback URL contains URL with options, the options are - thrown away + When default/fallback URL contains query, the options are thrown away |
Changed in libravatar: | |
assignee: | François Marier (fmarier) → nobody |
Interesting, falling back to email when the OpenID isn't found on Libravatar.org...