I viewed source, edited the page, reloaded, and view source keeps showing me the old source. I thought this used to work.
corvid wrote:
I viewed source, edited the page, reloaded, and view source keeps showing me the old source.
I thought this used to work.
It may have worked once but my impression is that it has been like this for quite a while. I have certainly had a note about it in my TO-DO list for a long time. Regards, Jeremy Henty
Jeremy wrote:
corvid wrote:
I viewed source, edited the page, reloaded, and view source keeps showing me the old source.
I thought this used to work.
It may have worked once but my impression is that it has been like this for quite a while. I have certainly had a note about it in my TO-DO list for a long time.
It mustn't have ever worked, since a_Capi_open_url() says } else if (Capi_url_uses_dpi(web->url, &server)) { /* dpi request */ if ((safe = a_Capi_dpi_verify_request(web->bw, web->url))) { if (dStrcasecmp(scheme, "dpi") == 0) { if (strcmp(server, "vsource") == 0) { /* don't reload the "view source" page */ } else { for some reason.
On Wed, Oct 19, 2011 at 08:47:28PM +0000, corvid wrote:
Jeremy wrote:
corvid wrote:
I viewed source, edited the page, reloaded, and view source keeps showing me the old source.
I thought this used to work.
It may have worked once but my impression is that it has been like this for quite a while. I have certainly had a note about it in my TO-DO list for a long time.
It mustn't have ever worked, since a_Capi_open_url() says
} else if (Capi_url_uses_dpi(web->url, &server)) { /* dpi request */ if ((safe = a_Capi_dpi_verify_request(web->bw, web->url))) { if (dStrcasecmp(scheme, "dpi") == 0) { if (strcmp(server, "vsource") == 0) { /* don't reload the "view source" page */ } else {
for some reason.
A quick trick to avoid viewing source of the "view source" page. A proper solution would be appreciatted. -- Cheers Jorge.-
On Thu, Oct 20, 2011 at 06:41:17PM +0000, corvid wrote:
Jorge wrote:
A quick trick to avoid viewing source of the "view source" page. A proper solution would be appreciatted.
Does that break things, or do you just dislike it?
I don't remember exactly what the problem was (man I'm getting old). There were two issues (AFAIR): 1) avoiding "always reload" (through dpi even on Back/Fwd). 2) avoid recursive URL expansion on reload. The current URL scheme helps with 2) and allows handling of 1) in the canonical way. Please test the attached patch. So far I see no problem with it. In other words: maybe I forgot to re-enable it after solving the problem, or forgot what the problem was afterwards! -- Cheers Jorge.-
On Tue, Oct 25, 2011 at 08:50:08AM -0300, Jorge Arellano Cid wrote:
On Thu, Oct 20, 2011 at 06:41:17PM +0000, corvid wrote:
Jorge wrote:
A quick trick to avoid viewing source of the "view source" page. A proper solution would be appreciatted.
Does that break things, or do you just dislike it?
I don't remember exactly what the problem was (man I'm getting old).
There were two issues (AFAIR): 1) avoiding "always reload" (through dpi even on Back/Fwd). 2) avoid recursive URL expansion on reload.
The current URL scheme helps with 2) and allows handling of 1) in the canonical way.
Please test the attached patch. So far I see no problem with it.
Have you had any trouble with it? If not, I'd like to commit it. -- Cheers Jorge.-
participants (3)
-
corvid@lavabit.com
-
jcid@dillo.org
-
onepoint@starurchin.org