Closed
Bug 166697
(jvc.pl)
Opened 23 years ago
Closed 23 years ago
JVC Poland prevents browsers other than MSIE from accessing the page.
Categories
(Tech Evangelism Graveyard :: Polish, defect, P1)
Tech Evangelism Graveyard
Polish
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pbartecki, Assigned: piskozub)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; PL; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; PL; rv:1.1) Gecko/20020826
JVC Poland checks the browser and displays very kindly advices to use MSIE when
accessing their pages.
Company which produced the page has been contacted on 08/29/2002.
A promise to update the page was received.
Workaround: Bypass the main page (with browser check) and you should be more or
less ok. http://www.jvc.pl/home.pl
Summary of this bug is available in Polish on MozillaPL's online services page:
http://mozillapl.org/index.php?name=MozillaPLDocs&light=polska
Reproducible: Always
Steps to Reproduce:
1.Go to: http://www.jvc.pl/
Actual Results:
Access denied.
Expected Results:
Page displays.
| Assignee | ||
Comment 1•23 years ago
|
||
Confirming and accepting.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P1
Target Milestone: --- → Sep
| Assignee | ||
Updated•23 years ago
|
Alias: jvc.pl
Comment 2•23 years ago
|
||
There's no "home.pl", it has changed to:
http://www.jvc.pl/home.php
| Assignee | ||
Comment 3•23 years ago
|
||
The page works for me when I use mozilla 1.0.1 but does not woek when I use a
recent Phoenix build. Strange. Needs more investigating.
| Assignee | ||
Comment 4•23 years ago
|
||
Well, now it does not work with mozilla 1.0.1. I must have been lucky when I
tried for the first time.
| Assignee | ||
Comment 5•23 years ago
|
||
Workaround: page http://www.jvc.pl/home.php does not check the browser's UA
string. Going directly to it (or bookmarking it) makes the page work with Mozilla.
| Assignee | ||
Comment 6•23 years ago
|
||
I've tested the page. It allows in all UA strings for versions of Netscape 6 ot
7. It disallows all Mozilla or Phoenix UA strings I tried.
| Assignee | ||
Comment 7•23 years ago
|
||
No wonder it does what it does. The script line for Netscape6 is
NS6 = (!document.layers) &&
(navigator.userAgent.indexOf('Netscape')!=-1)?true:false;
It should be of course
NS6 = (!document.layers) && (navigator.userAgent.indexOf('Gecko')!=-1)?true:false;
| Assignee | ||
Comment 8•23 years ago
|
||
I sent an evangelic letter to office@adv.pl (the company responsible for
www.jvc.pl page).
Target Milestone: Sep → Nov
| Assignee | ||
Updated•23 years ago
|
Target Milestone: Nov → Dec
| Assignee | ||
Comment 9•23 years ago
|
||
jvc.pl replied that my change (Netscape -> Gecko) has been implemented. I
checked that the page is open now both to Mozilla and Phoenix.
Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 10•23 years ago
|
||
I just checked jvc.pl in my older Mozilla build (2002070204 on Win Me) and it's
still blocked. I'll try to investigate it later - can not install new build here.
| Reporter | ||
Comment 11•23 years ago
|
||
This is weird... Why at all this guys allow to display their pages only by some
(very few) browsers? One can tailor the page to look $*(*&$ awsome under browser
XXX but he should have the door wide open to let other browsers at least _try_
to attempt to display the page..
One typo in your UA and your favourite browser is out of the 'magic circle' of
the browsers with THE PRIVILEGE to display THE PAGE. Funny.
Verified fixed.
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 12•23 years ago
|
||
Piotr: clearing the cache and try again.
Another question: have you changed the User Agent string? Maybe you do not have
the Mozilla one? They now do have the following in their code:
NS6 = (!document.layers) && (navigator.userAgent.indexOf('Gecko')!=-1)?true:false;
so unless you pretend to be Opera or IE (because you do not support document.all
you will not be recognised by the script as IE), you should get in.
| Reporter | ||
Comment 13•23 years ago
|
||
That what I was actually talking about. Think we should propose owners of every
not working page reported here a way of allowing not only Mozilla to access
their pages.
Just a general thought..
As right now we have kind of the same situation - the only difference is that
Mozilla was 'let to sit at the table' - but if someone has browser which is not
accepted, he will be not allowed to even try..
What I'm saying is - don't just enable Mozilla but really open it UP..
| Assignee | ||
Comment 14•23 years ago
|
||
True, but much more difficult to do that convincing a webmaster to open up to
one more browser :-(
Comment 15•23 years ago
|
||
tech evang june 2003 reorg
Component: Europe: Central → Polish
Target Milestone: Dec → ---
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•