[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnatsweb/469: stored query submitting redirects back tomain page
From: |
alexey |
Subject: |
gnatsweb/469: stored query submitting redirects back tomain page |
Date: |
Wed, 09 Apr 2003 09:06:21 -0400 |
>Number: 469
>Notify-List:
>Category: gnatsweb
>Synopsis: stored query submitting redirects back tomain page
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Apr 09 09:06:21 -0400 2003
>Originator: Alexey Roytman
>Release: $Id: gnatsweb.pl,v 1.120 2003/01/08 13:04:17 yngves Exp $
>Organization:
>Environment:
>Description:
1. a query stored (name is xxx)
2. the stored query is submitted
3. redirected to main page
>How-To-Repeat:
>Fix:
In gnatsweb.pl, in function submit_stored_query() (near line 2708), replace:
my $query_url = $q->url() . '?cmd=' . $q->escape('submit query')
. '&' . $query_string;
with:
my $query_url = $q->url() . '?cmd=' . $q->escape('submit query')
. ';' . $query_string;
>Unformatted:
- gnatsweb/469: stored query submitting redirects back tomain page,
alexey <=