This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/17032] New: java.rmi.Naming doesn't allow omitting the hostname


The 1.4.2 javadocs for java.rmi.Naming state: "Both host and port are optional.
If host is omitted, the host defaults to the local host. If port is omitted,
then the port defaults to 1099, the "well-known" port that RMI's registry,
rmiregistry, uses."

However, libgcj doesn't allow ommitting the hostname. Test case with build+run
script attached. It works on Sun JDK 1.4.2 but not on gij.

-- 
           Summary: java.rmi.Naming doesn't allow omitting the hostname
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: greenrd at greenrd dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17032


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]