Using IE but getting Mozilla/4.0 in user-agent header

I am using IE but am getting following while printing headers. Why?Name: user-agentValue: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
[166 byte] By [jaaya] at [2007-11-27 6:54:27]
# 1

This string is correct. You're using a mozillacompatible (Moz 4.0) useragent IE 6.0 (MSIE 6.0) on Windows XP (NT 5.1). For FireFox it should look like:Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Maybe you need to read something [url=http://en.wikipedia.org/wiki/User_agent]more[/url] about the useragent strings. This has actually nothing to do with Java nor servlets.

BalusCa at 2007-7-12 18:29:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...