Closed Bug 185767 Opened 22 years ago Closed 22 years ago

eboks.dk - serverside identification busted

Categories

(Tech Evangelism Graveyard :: Danish, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mozilla, Assigned: mozilla)

References

()

Details

(Whiteboard: [havecontact][havefix][TOOL][Web500 CMS])

Attachments

(3 files)

identifies Mozilla as Netscape 4.x

try spoofing Mozilla as MSIE and see the difference
I am guessing that this is a platform parity bug (only happens on Macintosh),
because the site looks the same for me in both Internet Explorer 6 SP1 and
Mozilla 2002121408.  That is without spoofing USERAGENT strings.
http://www.dr.dk/orientering/ark0250.htm (bottom of page - last paragraph)
http://www.dr.dk/DR-nyheder/orientering/ram/m021209b.ram (in danish)

8:34 debate about Open Source and Microsoft in the public sector
from 7:00 they are debating eboks
Jon Johnsen from Kommunedata states that they are using w3 standards, that the
problem is that not every browser supports the standards, and that as soon as
every browser supports the standards, every citizen will be able to use eboks.

Then, why doesn't Mozilla work ???
I've had a look at their client-side browser detection:

var ss_ns5up=((navigator.userAgent.toLowerCase().indexOf('mozilla')!=-1) &&
(parseInt(navigator.appVersion)>=5));

!BUT! as far as I can see they have an error in their script a little further down:

function feedback(){ if (ss_NS4|ss_IE4|ss_ns5up){

now, if I'm not mistanken the logical clause ought to have been:
if (ss_NS4 || ss_IE4 || ss_ns5up)

In my own experienced with Mozilla, an error anywhere in a script leads to none
of it being executed; thus, the client-side browser-detection isn't executed and
they fall back on serverside detection
   
   
<META NAME="Generator" CONTENT="Web500 CMS">
I'm guessing this identifies the serverside system.
A google system revealed: http://www.web500.com/

<META NAME="Owner" CONTENT="webmaster@e-boks.dk">
<META NAME="Author" CONTENT="e-Boks webmaster">
I'm guessing this ought to be the contact-person
Not working for me now.
Keywords: pp
OS: MacOS X → All
Hardware: Macintosh → All
Whiteboard: [havecontact][havefix]
Whiteboard: [havecontact][havefix] → [havecontact][havefix][TOOL][Web500 CMS]
Depends on: 186639
user agent used:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; da-DK; rv:1.3b; MultiZilla
v1.1.33 (a)) Gecko/20021223
user agent used :
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Attached image screenshot of frontpage
this is a screenshot of the frontpage with user agent spoofing to MSIE 6 and
making sure no cookies were present before entering the website
phoned them.
gave the reception the URL for this page as well as my private phone number.
2003-01-15 :
phoned them again and got in contact with somebody knowledable.
seems af if my message left with the reception got lost
promised to send details of problem by email, which I did

2003-01-29 :
got an email reply, that it ought to have been fixed.
checking revealed:
1) serverside detection fixed :-))))
2) JavaScript error still persists :-(
I've emailed back about the still persistent JavaScript problem and appreciated
my thanks for fixing the browser detection.
taking. I've got the communication going with the developers
Assignee: nitot → mozilla
Blocks: 186639
No longer depends on: 186639
They've fixed the JavaScript issue too now :-)
Resolving as fixed :-)
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
v
Status: RESOLVED → VERIFIED
resolved euro west non-.com url bugs to other
Component: Europe: West → Other
Component: Other → Danish
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: