diff options
author | Charles McGarvey <chazmcgarvey@brokenzipper.com> | 2013-06-04 22:44:28 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-07 09:37:16 -0700 |
commit | ca7a5dcfd39bdeb26d74074e78e6966df5e63a6b (patch) | |
tree | 49078e2d93dd3a494f4aa81fb7bed68f3cdcb94e /t/t9153-git-svn-rewrite-uuid.sh | |
parent | Git 1.8.3 (diff) | |
download | tgif-ca7a5dcfd39bdeb26d74074e78e6966df5e63a6b.tar.xz |
gitweb: fix problem causing erroneous project list
The bug is manifest when running gitweb in a persistent process (e.g.
FastCGI, PSGI), and it's easy to reproduce. If a gitweb request
includes the searchtext parameter (i.e. s), subsequent requests using
the project_list action--which is the default action--and without
a searchtext parameter will be filtered by the searchtext value of the
first request. This is because the value of the $search_regexp global
(the value of which is based on the searchtext parameter) is currently
being persisted between requests.
Instead, clear $search_regexp before dispatching each request.
Signed-off-by: Charles McGarvey <chazmcgarvey@brokenzipper.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9153-git-svn-rewrite-uuid.sh')
0 files changed, 0 insertions, 0 deletions