[Bug 968843] New: Bugzilla does not support the search type "allwordssubstr?GoAheadAndLo...".
http://bugzilla.opensuse.org/show_bug.cgi?id=968843 Bug ID: 968843 Summary: Bugzilla does not support the search type "allwordssubstr?GoAheadAndLo...". Classification: openSUSE Product: openSUSE.org Version: unspecified Hardware: x86-64 OS: openSUSE 42.1 Status: NEW Severity: Normal Priority: P5 - None Component: Bugzilla Assignee: bnc-team-screening@forge.provo.novell.com Reporter: Ulrich.Windl@rz.uni-regensburg.de QA Contact: novbugzilla-bugs@forge.provo.novell.com Found By: --- Blocker: --- When trying to log in after having visited a bug, I got these messages: An unexpected error occurred. This could be a temporary problem, or some code is behaving incorrectly. If this problem persists, please email this page to novbugzilla-dev@forge.provo.novell.com with details of what you were doing at the time this message appeared. URL: https://bugzilla.opensuse.org/buglist.cgi?short_desc=Firefox%20needs%20%3E100%25%20CPU&resolution=---&query_format=advanced&short_desc_type=allwordssubstr?GoAheadAndLogIn=1 Bugzilla does not support the search type "allwordssubstr?GoAheadAndLo...". Traceback: at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1883 Bugzilla::Search::_do_operator_function(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1866 Bugzilla::Search::do_search_function(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1804 Bugzilla::Search::_handle_chart(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1634 Bugzilla::Search::__ANON__(...) called at /srv/bugzilla/docroot/Bugzilla/Search/Clause.pm line 77 Bugzilla::Search::Clause::walk_conditions(...) called at /srv/bugzilla/docroot/Bugzilla/Search/Clause.pm line 80 Bugzilla::Search::Clause::walk_conditions(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1634 Bugzilla::Search::_charts(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1619 Bugzilla::Search::_charts_to_conditions(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 771 Bugzilla::Search::_sql(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 722 Bugzilla::Search::data(...) called at /srv/bugzilla/docroot/buglist.cgi line 719 ModPerl::ROOT::Bugzilla::ModPerl::ResponseHandler::srv_bugzilla_docroot_buglist_2ecgi::handler(...) called at /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/ModPerl/RegistryCooker.pm line 204 eval {...} called at /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/ModPerl/RegistryCooker.pm line 204 ModPerl::RegistryCooker::run(...) called at /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/ModPerl/RegistryCooker.pm line 170 ModPerl::RegistryCooker::default_handler(...) called at /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/ModPerl/Registry.pm line 31 ModPerl::Registry::handler(...) called at /srv/bugzilla/docroot/mod_perl.pl line 130 Bugzilla::ModPerl::ResponseHandler::handler(...) called at -e line 0 eval {...} called at -e line 0 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=968843 http://bugzilla.opensuse.org/show_bug.cgi?id=968843#c1 Ryan Wilson <ryan.wilson@microfocus.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME Assignee|bnc-team-screening@forge.pr |ryan.wilson@microfocus.com |ovo.novell.com | --- Comment #1 from Ryan Wilson <ryan.wilson@microfocus.com> --- I can tell you exactly why the error would have happened, but I've been unable to replicate the issue. The 'GoAheadAndLogIn=1' is a parameter that confirms login if already logged in, or redirects to the login page if you are not. Parameter logic for all URLs (not just Bugzilla) requires the first parameter to be preceded by a '?', while all subsequent parameters are preceded by '&'. Because of this, the '?' preceding GoAheadAndLogIn is read as an actual question mark, creating the incorrect parameter 'allwordssubtr?GoAheadAndLogIn'. The URL would be properly formed if changed to an '&'. Unless you are able to replicate this again and provide step-by-step instructions on how to recreate, I will have to mark this bug as WORKSFORME. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=968843 http://bugzilla.opensuse.org/show_bug.cgi?id=968843#c2 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME |--- --- Comment #2 from Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> --- I was able to reproduce the problem with the following sequence: Search for a bug summary when not being logged in: One bug found (bug list). Then do not click on the bug URI, but try to log in instead: The error pops up: An unexpected error occurred. This could be a temporary problem, or some code is behaving incorrectly. If this problem persists, please email this page to novbugzilla-dev@forge.provo.novell.com with details of what you were doing at the time this message appeared. URL: https://bugzilla.opensuse.org/buglist.cgi?short_desc=Firefox%20needs%20%3E100%25%20CPU&resolution=---&query_format=advanced&short_desc_type=allwordssubstr?GoAheadAndLogIn=1 Bugzilla does not support the search type "allwordssubstr?GoAheadAndLo...". Traceback: at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1883 Bugzilla::Search::_do_operator_function(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1866 Bugzilla::Search::do_search_function(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1804 Bugzilla::Search::_handle_chart(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1634 Bugzilla::Search::__ANON__(...) called at /srv/bugzilla/docroot/Bugzilla/Search/Clause.pm line 77 Bugzilla::Search::Clause::walk_conditions(...) called at /srv/bugzilla/docroot/Bugzilla/Search/Clause.pm line 80 Bugzilla::Search::Clause::walk_conditions(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1634 Bugzilla::Search::_charts(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 1619 Bugzilla::Search::_charts_to_conditions(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 771 Bugzilla::Search::_sql(...) called at /srv/bugzilla/docroot/Bugzilla/Search.pm line 722 Bugzilla::Search::data(...) called at /srv/bugzilla/docroot/buglist.cgi line 719 ModPerl::ROOT::Bugzilla::ModPerl::ResponseHandler::srv_bugzilla_docroot_buglist_2ecgi::handler(...) called at /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/ModPerl/RegistryCooker.pm line 204 eval {...} called at /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/ModPerl/RegistryCooker.pm line 204 ModPerl::RegistryCooker::run(...) called at /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/ModPerl/RegistryCooker.pm line 170 ModPerl::RegistryCooker::default_handler(...) called at /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/ModPerl/Registry.pm line 31 ModPerl::Registry::handler(...) called at /srv/bugzilla/docroot/mod_perl.pl line 130 Bugzilla::ModPerl::ResponseHandler::handler(...) called at -e line 0 eval {...} called at -e line 0 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com