HttpClient's current url not changed after 404
Brought to you by:
padeler
HttpClient will not update it's current url when a 404 is returned from the server, but Browser will load the page sent from the server (saying that url was not found).
I think since the server returns a page HttpClient should change it's current url.
The current URL, shouldn't change since the HttpClient keeps there the last successfully loaded URL.
The bug is actually on the Page.getAbsolutURL() which returns the previous URL when a page instance contains the 404 page of the requested URL.
I'll fix that asap.