This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 178726 - Too many redirects occurred trying to open “http://netbeans.org/nonav/bugzilla/buglist.cgi
Summary: Too many redirects occurred trying to open “http://netbeans.org/nonav/bugzill...
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal with 1 vote (vote)
Assignee: Marco Walther
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-16 04:46 UTC by pgebauer
Modified: 2011-11-16 10:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pgebauer 2009-12-16 04:46:07 UTC
The following query

http://netbeans.org/nonav/bugzilla/buglist.cgi?status_whiteboard_type=substring&columnlist=bug_id%2Cshort_desc%2Cproduct&status_whiteboard=68patch1-

returns 

Too many redirects occurred trying to open “http://netbeans.org/nonav/bugzilla/buglist.cgi?status_whiteboard_type=substring&columnlist=bug_id%2Cshort_desc%2Cproduct&status_whiteboard=68patch1-&cmdtype=&remaction=”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.


It worked after the migration. The query is used in helper application in sustaining during preparation of NetBeans patches.
Comment 1 bei 2011-03-16 11:29:50 UTC
Seems that the /nonav/ in the URL is causing the problem.
buglist.cgi does redirect endlessly in some cases when being used with /nonav/ URLs.

I have found the same problem on the OpenOffice.org website which is now also using kenai:

Endless redirection on a query for a list of bugs with /nonav/ URL

wget -v -v 'http://openoffice.org/nonav/bugzilla/buglist.cgi?quicksearch=10000,1000'
--2011-03-16 11:48:22--  http://openoffice.org/nonav/bugzilla/buglist.cgi?quicksearch=10000,1000
Resolving openoffice.org... 192.9.164.104
Connecting to openoffice.org|192.9.164.104|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://openoffice.org/nonav/bugzilla/buglist.cgi?bug_id=10000%2C1000&order=bugs.bug_id&bugidtype=include&cmdtype=&remaction= [following]
--2011-03-16 11:48:24--  http://openoffice.org/nonav/bugzilla/buglist.cgi?bug_id=10000%2C1000&order=bugs.bug_id&bugidtype=include&cmdtype=&remaction=
Reusing existing connection to openoffice.org:80.
HTTP request sent, awaiting response... 302 Found
Location: http://openoffice.org/nonav/bugzilla/buglist.cgi?bug_id=10000%2C1000&order=bugs.bug_id&bugidtype=include&cmdtype=&remaction= [following]
--2011-03-16 11:48:25--  http://openoffice.org/nonav/bugzilla/buglist.cgi?bug_id=10000%2C1000&order=bugs.bug_id&bugidtype=include&cmdtype=&remaction=
Reusing existing connection to openoffice.org:80.
HTTP request sent, awaiting response... 302 Found
Location: http://openoffice.org/nonav/bugzilla/buglist.cgi?bug_id=10000%2C1000&order=bugs.bug_id&bugidtype=include&cmdtype=&remaction= [following]
--2011-03-16 11:48:26--  http://openoffice.org/nonav/bugzilla/buglist.cgi?bug_id=10000%2C1000&order=bugs.bug_id&bugidtype=include&cmdtype=&remaction=
Reusing existing connection to openoffice.org:80.
HTTP request sent, awaiting response... ^C


Just the same query without /nonav/

wget -v -v 'http://openoffice.org/bugzilla/buglist.cgi?quicksearch=10000,1000'
--2011-03-16 11:56:57--  http://openoffice.org/bugzilla/buglist.cgi?quicksearch=10000,1000
Resolving openoffice.org... 192.9.164.104
Connecting to openoffice.org|192.9.164.104|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `buglist.cgi?quicksearch=10000,1000'

    [        <=>                            ] 19,207      3.45K/s   in 5.4s

2011-03-16 11:57:04 (3.45 KB/s) - `buglist.cgi?quicksearch=10000,1000' saved [19207]


Other bugzilla pages seem to work well with the /nonav/ Feature.


Regards,
Bernd Eilers
Comment 2 Vince Kraemer 2011-07-12 16:25:01 UTC
Since Lea doesn't work for Oracle or on Kenai anymore, we might want to reassign this to an actual person that can and might do something to resolve the problem...

I do not know who that person would be...  If I did, these issues would be assigned to them when I committed this comment.
Comment 3 Marian Mirilovic 2011-11-16 10:26:46 UTC
it works now