User Agent of Mozilla 1.7 bundled with JDS

The User Agent String of Mozilla bundled with JDS is as follows ...
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20070606
Is this String as per the spec ? Should'nt it have a version string at the end ? Like ...
Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20061228 Firefox/2.0.0.1
Absence of this version string is causing certain applications to fail to load properly,
because certain browser detection scripts fail to recognize the Mozilla in JDS as a
valid browser.

But Mozilla 1.7 isn't Firefox, it's Mozilla !
It thus seems to me that it's reporting itself correctly.
If you want a browser that you're more comfortable with, go and install one.
For example, Mozilla.Org has the current iteration of that Mozilla suite under its current name of SeaMonkey...
[Sea Monkey Suite for Solaris 10, at Mozilla.Org|http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.9/contrib/seamonkey-1.1.9.en-US.solaris2.10-sparc.tar.bz2|Sea Monkey suite at Mozilla.Org]
You can find their README [on their site|http://www.seamonkey-project.org/releases/|on their site], as well.

Similar Messages

  • 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-agent
    Value: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

    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.4Maybe you need to read something more about the useragent strings. This has actually nothing to do with Java nor servlets.

  • KCFErrorDomainCFNetwork error 1 with  Safari "user agents"

    I am trying to use the different "user agents" to test a web page with Safari in "Developer" mote but I get the above error.   I even get it with the following:
    <head>
    <meta charset="UTF-8" />
    </head>
    <body>
    Hello World.
    </body>
    </html>
    The different user agents seemed to work with an earlier version of my site but not anymore.  What is broken?
    Thanks.

    I'm having the same problem. Have tried resetting router, reinstalling SOHO Notes on Mac and Notelife on iPhone.

  • Bad http.agent in Java properties : a bug in the HTTP user-agent string?

    Hi all,
    Me :
    I'm patching AWSTATS (web log analyzer tool) in order to recognize which Java version has
    been used to download files.
    Context of the problem :
    Each time a Java program (or applet) is downloading a file (for example .class, .png, .html)
    from a web server, a line will be added in the web server log file. If the web server is well
    configured, the user agent used to download the file will be at the end of the line in the log file.
    For Sun Java JVM, the user agent string is configured in the Java properties under "http.agent".
    Usually, the user-agent string contains the word "Java" and the virtual machine version. In most
    cases, this is just a string like "Java/1.4.2", so this is relatively easy to parse.
    Problem :
    Looking in my web server stats, and then on the web, I found that a JVM's user-agent is
    "Mozilla/4.0 (Windows XP 5.1)", which obviously does not contains the word "Java".
    Consequently, it is difficult to say that this user-agent string belongs to a JVM.
    Further look in my log files and on google shows that this http.agent string appears
    on Microsoft Internet Explorer (it seems MSIE 6.0) over Windows XP with the J2RE plugin:
    http://board.gulli.com/thread/300321
    http://forum.java.sun.com/thread.jsp?thread=531295&forum=30&message=2559523
    http://forum.java.sun.com/thread.jsp?forum=63&thread=132769&start=210&range=15&tstart=0&trange=15
    http://forum.java.sun.com/thread.jsp?forum=32&thread=480899
    http://www.goodidea.ru/setupJava/javaInstall.htm
    The J2RE plugin version does not seems to play a role as this user-agent string has
    been seen on 1.4.1_02-b06, 1.4.2_01, 1.4.2_03 and 1.4.2_04-b05.
    Further information requested :
    I would like to know:
    1) if you have reported the same problem;
    2) if there is some rules for the http.agent property;
    3) if this is a bug.
    Thank you very much, and feel free to add you opinion.
    Julien

    The web log files where the "Mozilla/4.0 (Windows XP 5.1)" user-agent appears can be displayed using the following search terms on google :
    "Mozilla/4.0 (Windows XP 5.1)" -"(Windows XP 5.1) Java"
    http://www.google.ch/search?hl=fr&ie=UTF-8&q=%22Mozilla%2F4.0+%28Windows+XP+5.1%29%22+-%22%28Windows+XP+5.1%29+Java%22&btnG=Rechercher&meta=
    Julien

  • Safari User Agent Control

    I am using the most current os x system, Mountain Lion. I have the current version of Safari (6.0.1). The problem that I am having, is that Safari is not automatically adjusting to websites that are not compatible with it. I have to manually set the user agent to Mozilla 11, which is the only user agent that works with the website(s). Is there a fix for this?

    Safari is not automatically adjusting to websites that are not compatible with it.
    It doesn't do that.

  • Simple User-Agent question

    Hi,
    I'm using the java.net.URL class to get an XML document.
    However, the stupid server I'm requesting from automattically gives a 403 error if the User-Agent field of the request starts with "Java".
    How can I change the User-Agent field of any URL or URLConnection request in one shot? I don't want to use URLConnection's setDefaultRequestProperty in every instance a request is made (the static class method is depracted) because I want to keep my code short.
    I just want to do
    URL url = new URL( "http://www.sdkjf.com/xml?blah=3" );
    in = url.openStream( );
    and then read in using my parser. I have not found in the API a method for setting the User-Agent once in an application. How do you do it?
    thanks

    The main issue was that there is there are already alot of XML requests made by just using a URL class and calling url.openStream() all over the application (1000s of classes)
    so I was wondering if there was a method that I could use to globally set all URL requests in the applicatoin to have User-Agent set to something other than "Java...". just one time when the application starts up
    There is a static setDefaultRequestProperty in the URLConnection class. But that is deprecated. What I don't want to do is grep for all lines that say openStream() (in possibly other people's code) and replace it with a openConnection(); getInsputStream();
    thanks

  • WebDAV, User-Agent, Mozilla

    Here is a strange behaviour.
    We are writing a WebDAV client to interface with the Oracle CM SDK. But when we write
    User-Agent: Mozilla compatible....
    in the request we get a 403 error from the SDK.
    It is the word 'Mozilla' which does not work. It seems like the SDK parses the User-Agent and raises an Error when it finds this word.
    What's up?
    /Magnus

    You may get this error if cleartext authentication is being prevented, due to the dav server believing your client is netscape navigator!
    PREVENT_NETSCAPE_CLEARTEXT_AUTH = m_davServletParams.isNetscapeCleartextAuthPrevented();
    if (PREVENT_NETSCAPE_CLEARTEXT_AUTH && DavUtils.isClientNetscape(req))
    if (Debug.DEBUG)
    debug("handleException", "Client is Netscape and Netscape cleartext auth is disabled, returning FORBIDDEN.");
    resp.sendError(HttpServletResponse.SC_FORBIDDEN);
    sent = true;
    //returns true if the client making the request is Netscape
    public static boolean isClientNetscape(HttpServletRequest req)
    String client = req.getHeader("User-Agent");
    if (client != null && client.startsWith("Mozilla") && (client.indexOf("MSIE") == -1))
    return true;
    else
    return false;
    //returns true if the client making the request is MS Internet Explorer
    public static boolean isClientIE(HttpServletRequest req)
    String client = req.getHeader("User-Agent");
    if (client != null && client.startsWith("Mozilla") && (client.indexOf("MSIE") != -1))
    return true;
    else
    return false;
    Enable dav debugging:
    2) Enable DAV debugging :-
    Set IFS_DAV_DEBUG=true in the oc4j.properties file found under the
    $ORACLE_HOME/j2ee/OC4J_iFS_files/config directory
    And set the HTTP Node log level to HIGH (through Enterprise Manager Web
    Site)
    Then bounce the instance.

  • The User-Agent "Java/1.5.0_06" is unknown;creating an agent with null agent

    Hello,
    We're currently on JDeveloper 10.1.3.4.0.4270. We just release a new version of our web app into production. This is an internal web application. application server is weblogic 10. The weblogic log is showing alot of these warning messages. I tried search on this forum and in google but unable to find any information. I really appreciate if anyone has any idea what could be causing these warning. Our users are constantly getting sent back to the login page to to user sessions lost.
    <Jun 8, 2010 12:39:20 AM EDT> <Info> <Common> <BEA-000628> <Created "5" resources for pool "venusDS", out of which "5" are available and "0" are unavailable.>
    Jun 8, 2010 12:39:20 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:39:20 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:39:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:39:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:42:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:42:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:42:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    1698656.832: [GC [PSYoungGen: 145280K->5811K(187264K)] 418915K->302441K(650112K), 0.1285455 secs]
    Jun 8, 2010 12:42:22 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Thanks,
    Joe

    Hi,
    user agent is the browser users use. So what is the browser ?
    Frank

  • Warning: The User-Agent "null" is unknown; creating an agent with null agen

    Hello,
    I use adf 10.1.3.3 in our web application. I found the warning (The User-Agent "null" is unknown; creating an agent with null agent attributes.) in the application server OC4J 10.1.3.3, but these don't have a nagativ impact on the applicaiton.
    can someone tell me what the warning means?
    thanks

    Hi,
    user agent is the browser users use. So what is the browser ?
    Frank

  • Browser with spoofed user agent?

    Hi, Does anybody know any -GOOD- mobile internet browser that can allow spoofing the user agent? I hate it when sites redirect to their mobile version based on the user agent of the web browser someone is using.
    I know that Opera Mobile allows spoofing the user agent, but on many websites I am still being redirected to the mobile version.
    I just want the full non-mobile version of the website, FFS.
    Any help is appreciated. Thanks.

    Hm, nevermind, I think I have resolved the issue with Skyfire.

  • SIP User Agent to talk with Cisco Presence Server directly

    Hi there! I wonder if anyone has tried to have a customized SIP User Agent to talk directly to the Cisco Presence Server to subscribe for phone status? Any link to related documents? Thanks in advance!

    The Cisco SIP functionality enables Cisco access platforms to signal the setup of voice and multimedia calls over IP networks. The SIP feature also provides nonproprietary advantages in the following areas:
    Protocol extensibility
    System scalability
    Personal mobility services
    Interoperability with different vendors
    This URL should help you:
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft/121t/121t1/0251clmb.htm
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122t/122t11/ftsipgv1.htm
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fvvfax_c/vvfsip.htm

  • Dispite I downloaded app video calling for facebook from appStore, my safari on my MacBook don't work, instead app wants to change browser. If I do this (changing user-agent) what will happen with my safari???

    Dispite I downloaded app video calling for facebook from appStore, my safari on my MacBook don't work, instead app wants to change browser. If I do this (changing user-agent) what will happen with my safari??? I have new (updated 10.7.1) OSX, Lion !!!
    Kind regards!
    Petar

    Dispite I downloaded app video calling for facebook from appStore, my safari on my MacBook don't work, instead app wants to change browser. If I do this (changing user-agent) what will happen with my safari??? I have new (updated 10.7.1) OSX, Lion !!!
    Kind regards!
    Petar

  • Safari opens google with mobile view after switching User Agent

    Hello, as from the discussione title, i had to switch safari's user agent from the default to Safari iOS 5.1 - iPhone for changes to m.google.com/sync i had to make on my WP8. After the changes were done, i ticked user agent back to default, but now when i open google homepage it opens me the mobile version of google and i have to click on CLASSIC in order to make it work.  What's wrong?
    Safari 6.0.2 (8536.26.17)
    Mounta Lion 10.8.2

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Custom User Agents with DMP

    Can you configure Cisco Digital Media Players to use a custom user-agent?
    Background:  I'd like to create an identity on our proxy server based on the user agent to make it easier for our Digital Signage folk to roll out new DMPs, our current process is a little clunky.  If they could manually change the user-agent I'd be able to create a policy so they could install them without any need for any additions on the proxy server.
    Thanks
    Chris

    AFAIK- There is no way to forge the User-Agent (No configurable option to change that parameter on the DMP).
    You can use the following URLs (on DMP 4400 and DMP4305Gin "URL to be displayed" field) to find out the User Agent DMPs use.
    http://www.microsystools.com/products/http-user-agent/
    or
    http://whatsmyuseragent.com/
    Thanks,
    Sagar Dhanrale

  • Have an old web site that I need access. IE 7 or earlier works Firefox 3 or 4 does not. User agent switcher used to have older versions listed but doesn't now. Any other ideas?

    This is an old app to a server that will have no software updates. I can get logged in but when I try to go to any other page within the app it displays about 8 lines of WWWWWWW along the left side of the window followed by my username and message "Please wait page is loading". It never loads. App works with IE7 or older but have never successfully gotten Firefox 3 or 4 to work. Have had some success with User Agent Switcher Add On with some other apps in the past but it now doesn't show browser versions going back far enough to try them.

    I can't guarantee anything, but there's a website that offers old versions of Firefox back to 0.8, so it should have what you need. :-)
    http //www oldapps com/firefox php
    Good luck!
    edit: This is a unofficial download site and not safe. No need for it as Mozilla hosts all since beginning for public access.

Maybe you are looking for