Skip to content
Commit ea6537f3 authored by Carlos Garcia Campos's avatar Carlos Garcia Campos Committed by Carlos Garcia Campos
Browse files

ephy-uri-helpers: Dot no modify the URI when it doesn't have garbage

We are currently decoding/encoding the uri query and returning it
unchanged when it doesn't have garbage. We should return NULL instead in
such case.
This fixes the session management issues in some sites like gmail, but
because the URLs processed don't actually have garbage. A URL with
garbage and an underscore will still fail. This patch adds a unit test
cover that particular case.

https://bugzilla.gnome.org/show_bug.cgi?id=730464
parent 357d9296
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment