Closed
Bug 31628
Opened 25 years ago
Closed 25 years ago
Custom metacrawler settings not being saved as default
Categories
(Core :: Networking, defect, P3)
Tracking
()
M15
People
(Reporter: ben, Assigned: gagan)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; N; NT; en-US) Mozilla/m13
BuildID: 2000022820
I think it's a cookie problem.
In metacrawler you can set default search preferences like timeout,
interface complexity etc. When I set them in moz then go back to MC home, it
comes up with the site defaults like I never saved them!
I had this problem in M13 too, in M13 in the black debug window it said some
funky stuff which I can't remember, when I tried to set these same options.
Reproducible: Always
Steps to Reproduce:
1.go to http://www.metacrawler.com
2.hit "customize", set some custom settings like powersearch, then hit save settings
3.go to metacrawler.com, the same page is displayed - ignoring the customizations.
Actual Results: the same page is displayed - ignoring the customizations.
Expected Results: Should have come preselected with the options you chose in
Customize
Comment 1•25 years ago
|
||
Confirmed on Linux build 2000.03.10.13. Might also be a form submission
problem, cc rods.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•25 years ago
|
||
The cookie module is behaving properly -- the problem is that the site is not
sending back the correct set-cookie header. So it's a networking problem and
I'm reassigning.
Below is the sniffer output for a 4.x run (in which things worked correctly) and
a seamonkey run in which they didn't. Notice that in the 4.x traffic the
set-cookie header specifies the type of search (power=1) whereas the seamonkey
one does not.
========= 4.x traffic ========================
12:36:13.410 S POST /customize/index.php HTTP/1.0
S Referer:
http://www.metacrawler.com/customize/index.php?swizzled=1
S Connection: Keep-Alive
S User-Agent: Mozilla/4.7 [en] (WinNT; U)
S Host: www.metacrawler.com
S Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
image/png, */*
S Accept-Encoding: gzip
S Accept-Language: en
S Accept-Charset: iso-8859-1,*,utf-8
S Cookie: p_go2id=xdOPAtIdqpIfnuueH0FY1B;
s_go2id=xdOPAtIdqpIfnuueH0FY1B; searchpr
S efs=mc_version=2.0
12:36:13.430 S Content-type: application/x-www-form-urlencoded
S Content-length: 117
12:36:13.450 S
12:36:13.490 S
return=&save=Save+these+settings&format=power&method=0®ion=0&timeout=0&rpp=20
S &hpe=10&sort=0&focus=&sticky=&return=
12:36:13.600 R HTTP/1.1 302 Found
R Date: Thu, 16 Mar 2000 20:34:19 GMT
R Server: Apache/1.3.6 (Unix) ApacheJServ/1.0 PHP/3.0.12
mod_perl/1.16_03-dev
R Vary: user-agent
R Cache-Control: no-cache="Set-Cookie"
R Set-Cookie:
searchprefs=mc_version=2.1&power=1&method=0®ion=0&timeo
12:36:13.630 R ut=0&rpp=20&hpe=10&sort=0; expires=Sun, 14-Mar-2010 20:34:20 GMT;
path=/; domain
R =.metacrawler.com
R Location: http://www.metacrawler.com
R Connection: close
R Content-Type: text/html
=============== seamonkey traffic ================================
12:31:51.422 S GET
/customize/index.php?swizzled=1&return=&save=Save+these+settings&return=&for
S
mat=power&method=0®ion=0&timeout=0&rpp=20&hpe=10&sort=0&focus=&sticky= HTTP/1
S .0
S Host: www.metacrawler.com
S User-Agent: Mozilla/5.0 (Windows; N; WinNT4.0; en-US; m14)
S Accept: */*
S Accept-Language: en
S Referer:
http://www.metacrawler.com/customize/index.php?swizzled=1
S cookie: p_go2id=8mYGHkfnsELEb94LQaLP-B;
s_go2id=8mYGHkfnsELEb94LQaLP-B; searchpr
S efs=mc_version=2.0
12:31:51.472 S 8
12:31:51.522 R 8
12:31:51.542 R HTTP/1.1 302 Found
R Date: Thu, 16 Mar 2000 20:29:57 GMT
R Server: Apache/1.3.6 (Unix) ApacheJServ/1.0 PHP/3.0.12
mod_perl/1.16_03-dev
R Vary: user-agent
R Cache-Control: no-cache="Set-Cookie"
R Set-Cookie: searchprefs=mc_version=2.1; expires=Sun, 14-Mar-2010
20:29:57 GMT; p
R ath=/; domain=.metacrawler.com
R Location: http://www.metacrawler.com
R Connection: close
R Content-Type: text/html
Assignee: morse → gagan
Component: Cookies → Networking
Comment 4•25 years ago
|
||
Hmm, notice that the 4.x browser is doing a post whereas the seamonkey browser
is doing a get. That's very suspicious.
Comment 5•25 years ago
|
||
I should mention that this sniffer traffic starts from the point at which the
user clicks on "save these settings" when viewing the metacrawler customize
page.
Updated•25 years ago
|
Target Milestone: --- → M15
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 7•24 years ago
|
||
verified DUP
Comment 8•24 years ago
|
||
verified seeing tever@netscape.com says it's a verified dup but didn't change
the bug status & this bug has seen no action for 4 months
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•