tomj        2002/06/03 18:19:46

  Modified:    java/src/org/apache/axis/transport/http
                        SimpleAxisServer.java
  Log:
  Remove leftover FIXME comments.
  
  Revision  Changes    Path
  1.60      +0 -4      
xml-axis/java/src/org/apache/axis/transport/http/SimpleAxisServer.java
  
  Index: SimpleAxisServer.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis/java/src/org/apache/axis/transport/http/SimpleAxisServer.java,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- SimpleAxisServer.java     4 Jun 2002 01:18:28 -0000       1.59
  +++ SimpleAxisServer.java     4 Jun 2002 01:19:46 -0000       1.60
  @@ -274,11 +274,7 @@
                       msgContext.setProperty(Constants.MC_JWS_CLASSDIR,
                                              "jwsClasses");
   
  -                    // FIXME - we need to get our hostname or IP
  -                    // This doesn't work (returns 0.0.0.0).
                       String hostname = socket.getInetAddress().getHostName();
  -                    //String hostname = "localhost";
  -
                       // !!! Fix string concatenation
                       String url = "http://"; + hostname + ":" +
                               this.getServerSocket().getLocalPort() + "/" +
  
  
  


Reply via email to