[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnats redhat install problems
From: |
Yngve Svendsen |
Subject: |
Re: gnats redhat install problems |
Date: |
Sat, 03 Nov 2001 00:55:29 +0100 |
At 14:33 02.11.2001 -0800, Frank Gilmurray wrote:
I'm using gnats-3.113.1 and gnatsweb-2.9.2. When I delete a stored query,
I get a box with "The document contains no data. Try later...". If I
click the OK button and then hit return on the URL, I'm back at the query
window and the stored query is gone.
I did a little digging around and found this happens at the last line in
'delete_stored query' (print $q->redirect(-cookie => $expire_cookies,
-location => $q->param('return_url'));.
I've modified gnatsweb a bit and I'm wordering if other are seeing the
same behavior.
Some browsers have problems doing cookie-related operations at the same
time as they get a redirect. Gnatsweb has some code that works around this
for certain common actions, such as during login, but I don't think the
workaround was applied to stored query deletion. That should probably be
fixed. What browser are you using?
Yngve Svendsen
Gnatsweb maintainer