Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4473701

Netscape: Plug-in can't find .class when a dir name in the path contains a space

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.1
    • deploy
    • beta2
    • generic
    • generic



      Name: yyT116575 Date: 06/22/2001


      java version "1.3.1"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
      Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)

      Duplicate of Bug Id 4223049 which was incorrectly closed as unreproducible.

      Below are an attached file, a log.txt file and a step-by-step procedure to
      reproduce the problem.

      Content of archive: HelloWorld.zip, archive size 6 Kb, decompressed size: 9 Kb,
      total 7 files.
      --------------------------------------------------------------------------------
      File NAME Size Comp. size Date Path
      --------------------------------------------------------------------------------
      HelloWorld.html 1,013 497 6/22/01 12:08 PM
      HelloWorld.jar * 3,442 3,158 6/22/01 11:57 AM
      HelloWorld.class 372 268 6/22/01 11:55 AM HelloWorld\
      HelloWorld.java 193 141 6/22/01 11:54 AM HelloWorld\
      manifest.mf 378 265 6/22/01 11:57 AM HelloWorld\META-INF\
      zigbert.rsa 3,067 1,876 6/22/01 11:57 AM HelloWorld\META-INF\
      zigbert.sf 486 310 6/22/01 11:57 AM HelloWorld\META-INF\
      --------------------------------------------------------------------------------
      * signed using our Verisign Netscape certificate. Though I do not believe whether
      it is signed or not is an issue.

       ************ STEPS TO REPRODUCE: ***************

      1. Create directory on web server which has a space in the name "foo bar",
      i.e. "\opt\apache\docs\foo bar"

      2. Create another directory on web server which does NOT have a space
      in the name "foobar", i.e. "\opt\apache\docs\foobar"

      3.. Install HelloWorld.html and HelloWorld.jar file in both directories created
      above.

      4. Access the applet using Internet Explorer 4 or higher, i.e.
      http://engineering.sun.com/foo bar/HelloWorld.html AND
      http://engineering.sun.com/foobar/HelloWorld.htm.
      Both "Hello World" applets should load with no problem.

      5. Next, access the applet using Netscape 4.7x, i.e.
      http://engineering.sun.com/foo bar/HelloWorld.html AND
      http://engineering.sun.com/foobar/HelloWorld.htm. The second will load
      without any problems. The first URL "foo bar" containing the space ( NS requires
      the html equivilant "%20" i.e,"http://engineering.sun.com/foo%20bar/HelloWorld.html" )
      will fail to load.

      Tested on: WinNT, Win95, Win2000
      Browser: Netscape 4.7x (4.72,4.74,4.76)
      Web Server: Apache 1.3.20, IIS, PWS
      Java Plug-in: 1.3.1 (JRE 1.3.1), also reproducible in JRE 1.3.0_01
      Workaround : Remove spaces in path names to avoid problems with this bug.
      This could be a problem if one of your site's roots has the space and may affect
      behavior of your site!

      Here are the messages:

        STATUS AT BOTTOM OF NAVIGATOR:
      -----------------------------
      "Applet HelloWorld notinited"


        JAVA CONSOLE OUTPUT:
      ---------------------
      Java(TM) Plug-in: Version 1.3.1
      Using JRE version 1.3.1 Java HotSpot(TM) Client VM
      User home directory = C:\WINNT\Profiles\folivieri

      ----------------------------------------------------
      c: clear console window
      f: finalize objects on finalization queue
      g: garbage collect
      h: display this help message
      l: dump classloader list
      m: print memory usage
      q: hide console
      s: dump system properties
      t: dump thread list
      x: clear classloader cache
      0-5: set trace level to <n>
      ----------------------------------------------------

      Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
      Sending events to applet. STOP
      Unregistered modality listener
      Removed trace listener: sun.plugin.navig.win32.AppletPluginPanel[HelloWorld,0,0,180x40,invalid,layout=java.awt.BorderLayout]
      Sending events to applet. STOP
      Sending events to applet. DESTROY
      Sending events to applet. DISPOSE
      Sending events to applet. QUIT
      Finding information...
      Releasing classloader: sun.plugin.ClassLoaderInfo@26f75b, refcount=0
      Caching classloader: sun.plugin.ClassLoaderInfo@26f75b
      Current classloader cache size: 1
      Done...

      Registered modality listener
      Referencing classloader: sun.plugin.ClassLoaderInfo@26f75b, refcount=1
      Added trace listener: sun.plugin.navig.win32.AppletPluginPanel[HelloWorld,0,0,180x40,invalid,layout=java.awt.BorderLayout]
      Sending events to applet. LOAD
      Sending events to applet. INIT
      Sending events to applet. START
      Determine if the applet requests to install any HTML page
      HTML Installation finished.
      Determine if the applet requests to install any JAR
      Jar cache option: null
      Jar archive(s): null
      Jar cache version(s): null
      Applet Installation finished.
      Opening http://folivieri.quest.com/test folder/HelloWorld.class
      Connecting http://folivieri.quest.com/test folder/HelloWorld.class with no proxy
      Opening http://folivieri.quest.com/test folder/HelloWorld/class.class
      Connecting http://folivieri.quest.com/test folder/HelloWorld/class.class with no proxy
      load: class HelloWorld.class not found.

      java.lang.ClassNotFoundException: java.io.FileNotFoundException: http://folivieri.quest.com/test folder/HelloWorld/class.class
              at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
              at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
              at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
              at sun.plugin.protocol.jdk12.http.HttpURLConnection.checkCookieHeader(Unknown Source)
              at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
              at java.net.HttpURLConnection.getResponseCode(Unknown Source)
              at sun.applet.AppletClassLoader.getBytes(Unknown Source)
              at sun.applet.AppletClassLoader.access$100(Unknown Source)
              at sun.applet.AppletClassLoader$1.run(Unknown Source)
              at java.security.AccessController.doPrivileged(Native Method)
              at sun.applet.AppletClassLoader.findClass(Unknown Source)
              at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at sun.applet.AppletClassLoader.loadClass(Unknown Source)
              at java.lang.ClassLoader.loadClass(Unknown Source)
              at sun.applet.AppletClassLoader.loadCode(Unknown Source)
              at sun.applet.AppletPanel.createApplet(Unknown Source)
              at sun.plugin.AppletViewer.createApplet(Unknown Source)
              at sun.applet.AppletPanel.runLoader(Unknown Source)
              at sun.applet.AppletPanel.run(Unknown Source)
              at java.lang.Thread.run(Unknown Source)

      (Review ID: 126615)
      ======================================================================

            stanleyh Stanley Ho (Inactive)
            yyoungsunw Yung-ching Young (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: